home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / menu_pgm / mmenu136 / marxmenu.doc < prev    next >
Encoding:
Text File  |  1992-01-21  |  397.5 KB  |  8,175 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.     ===================================================================
  23.  
  24.  
  25.  
  26.                       <*> Computer Tyme MarxMenu <*>
  27.  
  28.                              Reference Manual
  29.  
  30.                    Copyright 1989 - 1992 by Marc Perkel
  31.  
  32.         All Rights Reserved * Version 2.36 * Release Date: 01-21-92
  33.  
  34.     Computer Tyme * 411 North Sherman Suite 300 * Springfield Mo. 65802
  35.  
  36.                  (417) 866-1222 voice * (417) 866-1665 bbs
  37.  
  38.                            Fax: (417) 866-0135
  39.                           CompuServe 76505,1120
  40.  
  41.  
  42.  
  43.     ===================================================================
  44.  
  45.  
  46.  
  47.    Computer Tyme MarxMenu * Table of Contents              Page 1
  48.    _______________________________________________________________
  49.  
  50.  
  51.  
  52.        Copyright .........................................  1
  53.        License ...........................................  1
  54.        Warranty ..........................................  1
  55.        Acknowledgments ...................................  2
  56.        Trademarks ........................................  2
  57.        The MarxMenu Name .................................  2
  58.        Technical Support .................................  3
  59.        Installation ......................................  3
  60.        Installing the Network Survival Kit ...............  4
  61.        Overview of the MarxMenu System ...................  5
  62.        -- What MarxMenu Does .............................  7
  63.        The MARX.BAT File .................................  8
  64.        -- DROPTO.BAT .....................................  10
  65.        -- Support for early DOS versions .................  11
  66.        -- About Environment Variables ....................  12
  67.        -- Dealing with Multiple DOS Shells ...............  13
  68.        -- MarxMenu and TSR Control .......................  14
  69.        Sample Menus on Disk ..............................  15
  70.        Network Users .....................................  15
  71.        -- Network Menu Strategy ..........................  16
  72.        -- Novell Users ...................................  16
  73.        ---- The Novell Menu Translator ...................  17
  74.        ---- Logging out under Menu Control ...............  18
  75.        ---- Logging in with MarxMenu .....................  19
  76.        ---- Using Novell's Login .........................  19
  77.        ------ The CONFIG.SYS File ........................  20
  78.        ------ The AUTOEXEC.BAT File ......................  20
  79.        ------ The SHELL.CFG File .........................  22
  80.        ------ Using a Menu File to Log In ................  22
  81.        ------ Novell Search Drives .......................  23
  82.        ---- Setting File Attributes ......................  24
  83.        ---- Novell Semaphores ............................  24
  84.        Running a MarxMenu ................................  25
  85.        Upgrading MarxMenu ................................  26
  86.        Customizing MarxMenu Sample Files .................  27
  87.        Menu Analysis .....................................  28
  88.        Onkey Statements ..................................  28
  89.        Popup Menus .......................................  29
  90.        The Console .......................................  30
  91.        Repositioning the Top Window ......................  30
  92.        Mouse Support .....................................  31
  93.        Starting off the Easy Way .........................  31
  94.        About Variables ...................................  31
  95.        -- Numeric Variables ..............................  32
  96.        -- Boolean Variables ..............................  33
  97.        -- String Variables ...............................  33
  98.        -- Real Numbers ...................................  33
  99.        -- Local Variables ................................  34
  100.        -- Dates ..........................................  35
  101. è       -- Passing Parameters to Procedures ...............  35
  102.        About Constants ...................................  36
  103.  
  104.  
  105.  
  106.    Computer Tyme MarxMenu * Table of Contents              Page 2
  107.    _______________________________________________________________
  108.  
  109.  
  110.        About Arrays ......................................  37
  111.        About Qualifiers ..................................  38
  112.        Pointer Variables .................................  39
  113.        Comments in Menu Files ............................  40
  114.        The MarxMenu Compiler .............................  40
  115.        MarxMenu Language Rules ...........................  41
  116.        Compiler Compatibility ............................  41
  117.        A word about DOS versions .........................  42
  118.        A word about BUGS .................................  43
  119.        Tips From the Master ..............................  43
  120.        -- Computers do Simple Tasks ......................  43
  121.        -- Complex Tasks are made of Simple Tasks .........  44
  122.        -- Learning Good Programming Habits ...............  44
  123.        -- Use Long Names .................................  45
  124.        -- Use Comments Liberally .........................  46
  125.        -- Indent Your code ...............................  47
  126.        -- For Duplicate Tasks, Use Procedures ............  48
  127.        -- Don't Program Yourself into a Corner ...........  49
  128.        -- For the POWER User .............................  49
  129.        Where MarxMenu is Heading .........................  50
  130.        A word to Writers and Reviewers ...................  51
  131.        Using MarxHelp ....................................  52
  132.        Printing the Example Files ........................  52
  133.        Security Issues ...................................  52
  134.        Keeping Users in the Menu .........................  53
  135.        -- Using BREAK.SYS ................................  54
  136.        -- Using the SHELL= Command .......................  55
  137.        MarxMenu Commands .................................  56
  138.        -- | ..............................................  56
  139.        -- ( ..............................................  56
  140.        -- ) ..............................................  57
  141.        -- * ..............................................  57
  142.        -- + ..............................................  57
  143.        -- - ..............................................  57
  144.        -- / ..............................................  57
  145.        -- < ..............................................  57
  146.        -- <= .............................................  57
  147.        -- <> .............................................  57
  148.        -- = ..............................................  57
  149.        -- > ..............................................  58
  150.        -- >= .............................................  58
  151.        -- %MenuFileName ..................................  58
  152.        -- Abs ............................................  58
  153.        -- Actual .........................................  58
  154.        -- Alias ..........................................  59
  155.        -- AllowAbort .....................................  59
  156.        -- AllowEsc .......................................  59
  157.        -- And ............................................  59
  158.        -- AppendArray ....................................  60
  159.        -- ApplicationMemory ..............................  60
  160. è       -- ArcTan .........................................  60
  161.        -- AssignList .....................................  60
  162.  
  163.  
  164.  
  165.    Computer Tyme MarxMenu * Table of Contents              Page 3
  166.    _______________________________________________________________
  167.  
  168.  
  169.        -- BadDate ........................................  61
  170.        -- Bat ............................................  61
  171.        -- BatFileName ....................................  61
  172.        -- BigShadow ......................................  61
  173.        -- BinString ......................................  62
  174.        -- Blanked ........................................  62
  175.        -- BlankMessage ...................................  62
  176.        -- BlankScreenProgram .............................  62
  177.        -- BlankTime ......................................  63
  178.        -- Blink ..........................................  63
  179.        -- BlockBox .......................................  63
  180.        -- BootDrive ......................................  64
  181.        -- BoxBorderColor .................................  64
  182.        -- BoxHeader ......................................  64
  183.        -- BoxHeaderColor .................................  64
  184.        -- BoxHeaderLeft ..................................  64
  185.        -- BoxHeaderRight .................................  65
  186.        -- BoxFooter ......................................  65
  187.        -- BoxFooterLeft ..................................  65
  188.        -- BoxFooterRight .................................  65
  189.        -- BoxInsideColor .................................  66
  190.        -- BrightBackground ...............................  66
  191.        -- BuildPath ......................................  66
  192.        -- CancelListEntry ................................  67
  193.        -- CapsColor ......................................  67
  194.        -- CapsLock .......................................  67
  195.        -- Chain ..........................................  68
  196.        -- Char ...........................................  68
  197.        -- ChDir ..........................................  68
  198.        -- CleanFileName ..................................  68
  199.        -- ClearLine ......................................  69
  200.        -- ClearScreen ....................................  69
  201.        -- ClearScreenFirst ...............................  69
  202.        -- ClearScreenOnExit ..............................  69
  203.        -- ClockColor .....................................  69
  204.        -- ClockMode ......................................  70
  205.        -- ClockPos .......................................  70
  206.        -- ClosePrinter ...................................  71
  207.        -- ClusterSize ....................................  71
  208.        -- CmdLine ........................................  71
  209.        -- ColdBoot .......................................  71
  210.        -- ColorScreen ....................................  72
  211.        -- Comment ........................................  72
  212.        -- Console ........................................  72
  213.        -- ConsoleBorderColor .............................  72
  214.        -- ConsoleHeaderColor .............................  73
  215.        -- ConsoleInsideColor .............................  73
  216.        -- ConsolePos .....................................  73
  217.        -- Const ..........................................  73
  218.        -- Cos ............................................  73
  219. è       -- CpuClass .......................................  73
  220.        -- CountryCode ....................................  74
  221.  
  222.  
  223.  
  224.    Computer Tyme MarxMenu * Table of Contents              Page 4
  225.    _______________________________________________________________
  226.  
  227.  
  228.        -- CurrentEnvironment .............................  74
  229.        -- CurrentWindow ..................................  74
  230.        -- Cursor .........................................  74
  231.        -- CustomBox ......................................  74
  232.        -- DateSeparator ..................................  74
  233.        -- DateString .....................................  75
  234.        -- Day ............................................  75
  235.        -- DayOf ..........................................  75
  236.        -- DayOfWeek ......................................  75
  237.        -- DayOfWeekOf ....................................  75
  238.        -- DecimalSeparator ...............................  75
  239.        -- Delete .........................................  76
  240.        -- DelFile ........................................  76
  241.        -- DisplayType ....................................  77
  242.        -- DirectoriesOnly ................................  77
  243.        -- Dispose ........................................  77
  244.        -- DosVersion .....................................  78
  245.        -- DosVersionString ...............................  78
  246.        -- DosWindow ......................................  78
  247.        -- DoubleLineBox ..................................  78
  248.        -- DrawBox ........................................  79
  249.        -- Drives .........................................  79
  250.        -- DvAppNumber ....................................  79
  251.        -- DvFrame ........................................  79
  252.        -- DvFreeze .......................................  79
  253.        -- DvHide .........................................  80
  254.        -- DvKillTask .....................................  80
  255.        -- DvLastHandle ...................................  80
  256.        -- DvLoaded .......................................  80
  257.        -- DvMoveWindow ...................................  80
  258.        -- DvMyHandle .....................................  80
  259.        -- DvPifExecute ...................................  81
  260.        -- DvResizeWindow .................................  81
  261.        -- DvSetBottom ....................................  81
  262.        -- DvSetTop .......................................  81
  263.        -- DvUnFreeze .....................................  82
  264.        -- DvUnHide .......................................  82
  265.        -- Else ...........................................  82
  266.        -- ElseIf .........................................  82
  267.        -- EndComment .....................................  83
  268.        -- Endif ..........................................  83
  269.        -- EndLoop ........................................  83
  270.        -- EndOfFile ......................................  83
  271.        -- EndProc ........................................  83
  272.        -- EndWhile .......................................  84
  273.        -- EnvFree ........................................  84
  274.        -- EnvSize ........................................  84
  275.        -- EraseTopWindow .................................  84
  276.        -- EraseWindow ....................................  84
  277.        -- Execute ........................................  85
  278. è       -- ExistDir .......................................  86
  279.        -- ExistFile ......................................  86
  280.  
  281.  
  282.  
  283.    Computer Tyme MarxMenu * Table of Contents              Page 5
  284.    _______________________________________________________________
  285.  
  286.  
  287.        -- ExistOnPath ....................................  86
  288.        -- ExitCode .......................................  86
  289.        -- ExitMenu .......................................  87
  290.        -- Exp ............................................  87
  291.        -- Explode ........................................  87
  292.        -- ExplodeDelay ...................................  87
  293.        -- Extension ......................................  87
  294.        -- FileAppend .....................................  87
  295.        -- FileAssign .....................................  88
  296.        -- FileAttr .......................................  88
  297.        -- FileClose ......................................  88
  298.        -- FileCreate .....................................  88
  299.        -- FileDate .......................................  88
  300.        -- FileFlush ......................................  88
  301.        -- FileLog ........................................  89
  302.        -- FileOpen .......................................  89
  303.        -- FilePart .......................................  89
  304.        -- FilePos ........................................  89
  305.        -- FileReadln .....................................  90
  306.        -- FileRename .....................................  90
  307.        -- FileResult .....................................  90
  308.        -- FileSeek .......................................  90
  309.        -- FileSize .......................................  90
  310.        -- FileTime .......................................  90
  311.        -- FileWrite ......................................  90
  312.        -- FileWriteln ....................................  91
  313.        -- FixPath ........................................  91
  314.        -- Floppies .......................................  91
  315.        -- ForceExplosion .................................  91
  316.        -- ForceExtension .................................  91
  317.        -- Fraction .......................................  91
  318.        -- FreeDiskSpace ..................................  92
  319.        -- FreeEms ........................................  92
  320.        -- FreeMem ........................................  92
  321.        -- FreeMemory .....................................  92
  322.        -- GetMem .........................................  92
  323.        -- GotoXY .........................................  93
  324.        -- HexString ......................................  93
  325.        -- HiddenAndSystem ................................  93
  326.        -- HighWord .......................................  93
  327.        -- Hour ...........................................  93
  328.        -- HourOf .........................................  93
  329.        -- Hundredth ......................................  94
  330.        -- IdleProgram ....................................  94
  331.        -- If .............................................  95
  332.        -- InactiveBox ....................................  95
  333.        -- InactiveBoxColor ...............................  96
  334.        -- InactiveShadow .................................  96
  335.        -- Include ........................................  96
  336.        -- IncludeDirectories .............................  97
  337. è       -- InputString ....................................  97
  338.        -- Insert .........................................  97
  339.  
  340.  
  341.  
  342.    Computer Tyme MarxMenu * Table of Contents              Page 6
  343.    _______________________________________________________________
  344.  
  345.  
  346.        -- InsertMode .....................................  97
  347.        -- Int ............................................  97
  348.        -- Integer ........................................  97
  349.        -- Intr ...........................................  98
  350.        -- InverseColor ...................................  98
  351.        -- Jump ...........................................  98
  352.        -- KbdReady .......................................  98
  353.        -- KeySave ........................................  98
  354.        -- KeyFromMouse ...................................  98
  355.        -- KillMusic ......................................  98
  356.        -- LastDrive ......................................  99
  357.        -- LastKey ........................................  99
  358.        -- Left ...........................................  99
  359.        -- Length .........................................  99
  360.        -- Ln .............................................  99
  361.        -- Loc ............................................  100
  362.        -- LockWord .......................................  101
  363.        -- Logoff .........................................  101
  364.        -- LogoffTime .....................................  101
  365.        -- Loop ...........................................  102
  366.        -- LoopIndex ......................................  103
  367.        -- LoopLevel ......................................  103
  368.        -- LoopLimit ......................................  103
  369.        -- MachineName ....................................  103
  370.        -- LowWord ........................................  104
  371.        -- MakeListEntry ..................................  104
  372.        -- MarxVersion ....................................  104
  373.        -- MasterEnvironment ..............................  104
  374.        -- Max ............................................  104
  375.        -- Mem ............................................  105
  376.        -- MemL ...........................................  105
  377.        -- MemSize ........................................  105
  378.        -- MemW ...........................................  105
  379.        -- MenuKeyBuffer ..................................  106
  380.        -- Mid ............................................  106
  381.        -- Min ............................................  106
  382.        -- MinorDosVersion ................................  106
  383.        -- Minute .........................................  106
  384.        -- MinuteOf .......................................  106
  385.        -- MkDir ..........................................  107
  386.        -- Mod ............................................  107
  387.        -- ModifyPath .....................................  107
  388.        -- Month ..........................................  107
  389.        -- MonthOf ........................................  107
  390.        -- Mouse ..........................................  108
  391.        -- MouseHorizontal ................................  108
  392.        -- MouseVertical ..................................  108
  393.        -- MoveWindow .....................................  108
  394.        -- MsDos ..........................................  109
  395.        -- MxCmd ..........................................  109
  396. è       -- NamePart .......................................  109
  397.        -- NetworkVersion .................................  109
  398.  
  399.  
  400.  
  401.    Computer Tyme MarxMenu * Table of Contents              Page 7
  402.    _______________________________________________________________
  403.  
  404.  
  405.        -- NextWord .......................................  110
  406.        -- NoBoxBorder ....................................  110
  407.        -- NoExit .........................................  110
  408.        -- Not ............................................  110
  409.        -- NotesLeft ......................................  110
  410.        -- NotesPlayed ....................................  110
  411.        -- NovAccountExpDate ..............................  111
  412.        -- NovAddUserToGroup ..............................  111
  413.        -- NovAddToSet ....................................  111
  414.        -- NovAttach ......................................  111
  415.        -- NovAttachedServers .............................  111
  416.        -- NovBroadcastMode ...............................  112
  417.        -- NovCaptureCopies ...............................  112
  418.        -- NovCaptureFF ...................................  112
  419.        -- NovCaptureForm .................................  113
  420.        -- NovCaptureQueue ................................  113
  421.        -- NovCaptureTabSize ..............................  113
  422.        -- NovCaptureTimeOut ..............................  113
  423.        -- NovCaptureUseBanner ............................  114
  424.        -- NovChangePassword ..............................  114
  425.        -- NovCleanVolumeName .............................  114
  426.        -- NovClearConnection .............................  114
  427.        -- NovCloseSemaphore ..............................  114
  428.        -- NovConnection ..................................  114
  429.        -- NovConnectionsInUse ............................  114
  430.        -- NovConsoleOperator .............................  115
  431.        -- NovCreateObject ................................  115
  432.        -- NovCreateProperty ..............................  115
  433.        -- NovDefaultServer ...............................  116
  434.        -- NovDeleteFromSet ...............................  116
  435.        -- NovDeleteObject ................................  116
  436.        -- NovDetach ......................................  116
  437.        -- NovDownServer ..................................  116
  438.        -- NovEndCapture ..................................  116
  439.        -- NovFreeDirSlots ................................  117
  440.        -- NovFreeVolumeSpace .............................  117
  441.        -- NovForceDownServer .............................  117
  442.        -- NovFullName ....................................  117
  443.        -- NovGetMessage ..................................  117
  444.        -- NovGraceLoginReset .............................  118
  445.        -- NovGraceLogins .................................  118
  446.        -- NovGroupMembers ................................  118
  447.        -- NovGroups ......................................  118
  448.        -- NovInGroup .....................................  118
  449.        -- NovLastLoginDate ...............................  119
  450.        -- NovLogin .......................................  119
  451.        -- NovLoginName ...................................  119
  452.        -- NovLogout ......................................  120
  453.        -- NovMapDrive ....................................  120
  454.        -- NovMapRoot .....................................  120
  455. è       -- NovMaxConnections ..............................  120
  456.        -- NovMinPasswordLength ...........................  121
  457.  
  458.  
  459.  
  460.    Computer Tyme MarxMenu * Table of Contents              Page 8
  461.    _______________________________________________________________
  462.  
  463.  
  464.        -- NovMyLoginName .................................  121
  465.        -- NovMyPassword ..................................  121
  466.        -- NovMyPrintQueues ...............................  121
  467.        -- NovObjectID ....................................  121
  468.        -- NovObjects .....................................  122
  469.        -- NovObjectSecurity ..............................  122
  470.        -- NovOpenSemaphore ...............................  123
  471.        -- NovPasswordExpDate .............................  123
  472.        -- NovPreferredServer .............................  123
  473.        -- NovPrimaryServer ...............................  123
  474.        -- NovPrintQueues .................................  123
  475.        -- NovPropertySecurity ............................  124
  476.        -- NovPropertyValues ..............................  124
  477.        -- NovReadGroups ..................................  125
  478.        -- NovReadSecurityEquals ..........................  125
  479.        -- NovRemoveUserFromGroup .........................  125
  480.        -- NovRenameObject ................................  125
  481.        -- NovResult ......................................  126
  482.        -- NovScanProperties ..............................  126
  483.        -- NovScanTrusteePaths ............................  126
  484.        -- NovSecurityEquals ..............................  127
  485.        -- NovSemaphoreTimeOut ............................  127
  486.        -- NovSemaphoreUsers ..............................  127
  487.        -- NovSemaphoreValue ..............................  127
  488.        -- NovServerLogin .................................  127
  489.        -- NovServers .....................................  127
  490.        -- NovServerTime ..................................  127
  491.        -- NovSendMessage .................................  128
  492.        -- NovSetPreferredServer ..........................  128
  493.        -- NovSetPrimaryServer ............................  128
  494.        -- NovSetProperty .................................  128
  495.        -- NovSignalSemaphore .............................  129
  496.        -- NovStaticObject
  497.  
  498.  
  499.  
  500.    Computer Tyme MarxMenu * Table of Contents              Page 10
  501.    _______________________________________________________________
  502.  
  503.  
  504.  
  505.  
  506.  
  507.    Computer Tyme MarxMenu * Table of Contents              Page 10
  508.    _______________________________________________________________
  509.  
  510.  
  511.        -- NovStaticProperty ..............................  129
  512.        -- NovStationAddress ..............................  129
  513.        -- NovTotalDirSlots ...............................  130
  514.        -- NovTotalVolumeSpace ............................  130
  515.        -- NovUserInGroup ....
  516.  
  517.  
  518.  
  519.    Computer Tyme MarxMenu * Table of Contents              Page 12
  520.    _______________________________________________________________
  521.  
  522.  
  523.  
  524.  
  525.  
  526.    Computer Tyme MarxMenu * Table of Contents              Page 12
  527.    _______________________________________________________________
  528.  
  529.  
  530.        -- NovUsers .......................................  130
  531.        -- NovUsersLoggedIn ...............................  130
  532.        -- NovVersionNumber ...............................  130
  533.        -- NovVolumeNumber ................................  131
  534.        -- NovVolumes .....................................  131
  535.        -- NovWaitOnSemaphore .............................  131
  536.        -- NumberOfElements ...............................  131
  537.        -- Now ............................................  131
  538.        -- NumLock ........................................  132
  539.        -- Offset .........................................  132
  540.        -- OnKey ..........................................  132
  541.        -- OnScreenOnly ...................................  134
  542.        -- OpenPrinter ....................................  134
  543.        -- OptionSwitch ...................................  134
  544.        -- Or .............................................  134
  545.        -- Ord ............................................  135
  546.        -- OverKey ........................................  135
  547.        -- Overlay ........................................  135
  548.        -- ParallelPorts ..................................  135
  549.        -- ParamStr .......................................  136
  550.        -- ParentEnvironment ..............................  136
  551.        -- Password .......................................  136
  552.        -- Path ...........................................  136
  553.        -- PathPart .......................................  137
  554.        -- PauseAfterExecute ..............................  137
  555.        -- Pi .............................................  137
  556.        -- PickFile .......................................  137
  557.        -- PickMany .......................................  138
  558.        -- PickOne ........................................  138
  559.        -- PickPosition ...................................  138
  560.        -- Port ...........................................  138
  561.        -- Pos ............................................  139
  562.        -- PosInList ......................................  139
  563.        -- PosInSortedList ................................  139
  564.        -- Power ..........................................  139
  565.        -- Pred ...........................................  140
  566.        -- Print ..........................................  140
  567.        -- PrinterName ....................................  140
  568.        -- Println ........................................  140
  569.        -- PrintScreen ....................................  140
  570.        -- Procedure ......................................  141
  571.        -- PullMenu .......................................  142
  572.        -- Qualifier ......................................  142
  573. è       -- Random .........................................  143
  574.        -- ReadAscTextFile ................................  143
  575.        -- ReadDirectory ..................................  143
  576.        -- ReadEnv ........................................  144
  577.        -- ReadEnvironment ................................  144
  578.        -- ReadFileBlock ..................................  144
  579.        -- ReadKey ........................................  145
  580.        -- Readln .........................................  145
  581.        -- ReadTextFile ...................................  145
  582.  
  583.  
  584.  
  585.    Computer Tyme MarxMenu * Table of Contents              Page 13
  586.    _______________________________________________________________
  587.  
  588.  
  589.        -- Real ...........................................  146
  590.        -- Reboot .........................................  146
  591.        -- ReleaseDate ....................................  146
  592.        -- Repeat .........................................  146
  593.        -- ResizeWindow ...................................  147
  594.        -- Return .........................................  147
  595.        -- ReturnCode .....................................  147
  596.        -- Right ..........................................  147
  597.        -- RmDir ..........................................  148
  598.        -- RollWindow .....................................  148
  599.        -- Run ............................................  149
  600.        -- SavePosition ...................................  149
  601.        -- ScreenHeight ...................................  149
  602.        -- ScreenWidth ....................................  149
  603.        -- ScrollLock .....................................  150
  604.        -- ScrollMove .....................................  150
  605.        -- Second .........................................  150
  606.        -- SecondOf .......................................  150
  607.        -- Security .......................................  150
  608.        -- Segment ........................................  150
  609.        -- SelectPath .....................................  151
  610.        -- SerialPorts ....................................  151
  611.        -- SetArraySize ...................................  151
  612.        -- SetEnv .........................................  151
  613.        -- SetTopWindow ...................................  152
  614.        -- SetWindowUnder .................................  152
  615.        -- Shadow .........................................  152
  616.        -- ShadowColor ....................................  152
  617.        -- ShadowPosition .................................  152
  618.        -- Shared .........................................  153
  619.        -- ShellEnvironment ...............................  153
  620.        -- Shl ............................................  153
  621.        -- Shr ............................................  153
  622.        -- Sin ............................................  153
  623.        -- SingleLineBox ..................................  153
  624.        -- SmallShadow ....................................  154
  625.        -- SortArray ......................................  154
  626.        -- Sound ..........................................  154
  627.        -- SplitPath ......................................  154
  628.        -- Sqr ............................................  154
  629.        -- StandardIO .....................................  155
  630.        -- Str ............................................  155
  631.        -- StuffAKey ......................................  155
  632.        -- StuffKBD .......................................  155
  633.        -- StuffKeyboardNow ...............................  155
  634.        -- Succ ...........................................  156
  635.        -- Suggest ........................................  156
  636.        -- TextBackground .................................  156
  637.        -- TextColor ......................................  156
  638.        -- TextMode .......................................  156
  639. è       -- TextPos ........................................  157
  640.        -- TextSeek .......................................  157
  641.  
  642.  
  643.  
  644.    Computer Tyme MarxMenu * Table of Contents              Page 14
  645.    _______________________________________________________________
  646.  
  647.  
  648.        -- Then ...........................................  157
  649.        -- TimeOf .........................................  157
  650.        -- Timer ..........................................  157
  651.        -- TimeSeparator ..................................  157
  652.        -- TimeString .....................................  158
  653.        -- Today ..........................................  158
  654.        -- Tomorrow .......................................  158
  655.        -- Tone ...........................................  158
  656.        -- TotalDiskSpace .................................  159
  657.        -- TotalEms .......................................  159
  658.        -- Trim ...........................................  159
  659.        -- TrueName .......................................  159
  660.        -- UnBlank ........................................  160
  661.        -- UniqueFileName .................................  160
  662.        -- Until ..........................................  160
  663.        -- UpperCase ......................................  160
  664.        -- UpperCaseOnly ..................................  161
  665.        -- UseArrows ......................................  161
  666.        -- UseCommand .....................................  161
  667.        -- UsedDiskSpace ..................................  162
  668.        -- UseNovPassword .................................  162
  669.        -- Value ..........................................  162
  670.        -- Var ............................................  162
  671.        -- VarType ........................................  163
  672.        -- VideoMode ......................................  163
  673.        -- VideoPage ......................................  163
  674.        -- ViewArray ......................................  163
  675.        -- ViewTextFile ...................................  163
  676.        -- VinCheckService ................................  164
  677.        -- VinesInt .......................................  164
  678.        -- VinesLoaded ....................................  164
  679.        -- VinUserName ....................................  164
  680.        -- VinSerialNumber ................................  165
  681.        -- Volume .........................................  165
  682.        -- Wait ...........................................  165
  683.        -- WaitOrKbdReady .................................  165
  684.        -- WhereX .........................................  165
  685.        -- WhereXAbs ......................................  165
  686.        -- WhereY .........................................  165
  687.        -- WhereYAbs ......................................  166
  688.        -- While ..........................................  166
  689.        -- WholeFileNames .................................  166
  690.        -- Window .........................................  166
  691.        -- WindowHeight ...................................  166
  692.        -- WindowWidth ....................................  166
  693.        -- WinX ...........................................  167
  694.        -- WinY ...........................................  167
  695.        -- Write ..........................................  167
  696.        -- WriteCenter ....................................  167
  697.        -- WriteFileBlock .................................  167
  698. è       -- Writeln ........................................  167
  699.        -- WriteTextFile ..................................  167
  700.  
  701.  
  702.  
  703.    Computer Tyme MarxMenu * Table of Contents              Page 15
  704.    _______________________________________________________________
  705.  
  706.  
  707.        -- WriteVertical ..................................  168
  708.        -- Xor ............................................  168
  709.        -- Year ...........................................  168
  710.        -- YearOf .........................................  168
  711.        String Constants ..................................  169
  712.        Time and Date Constants ...........................  169
  713.        Video Constants ...................................  170
  714.        Color Constants ...................................  170
  715.        Boolean Constants .................................  170
  716.        Conditional Statements ............................  170
  717.        Environment Variables used by MarxMenu ............  171
  718.        Command Categories ................................  172
  719.        -- Misc Commands ..................................  173
  720.        -- Math Commands ..................................  173
  721.        -- Float Commands .................................  174
  722.        -- String Commands ................................  175
  723.        -- Variable Commands ..............................  176
  724.        -- Boolean Commands ...............................  176
  725.        -- Array Commands .................................  177
  726.        -- Memory Commands ................................  178
  727.        -- Novell Commands ................................  178
  728.        -- MSNet Commands .................................  180
  729.        -- Vines Commands .................................  180
  730.        -- Time Commands ..................................  181
  731.        -- Execution Commands .............................  182
  732.        -- Display Commands ...............................  182
  733.        -- Color Commands .................................  184
  734.        -- Environment Commands ...........................  184
  735.        -- System Commands ................................  185
  736.        -- File Commands ..................................  185
  737.        -- Ansi Commands ..................................  186
  738.        -- Printer Commands ...............................  186
  739.        -- International Commands .........................  186
  740.        -- DesqView Commands ..............................  187
  741.        -- Conditional Commands ...........................  187
  742.        -- Keyboard Commands ..............................  188
  743.        -- MouseControl Commands ..........................  188
  744.        -- Music Commands .................................  188
  745.  
  746.  
  747.  
  748.    Computer Tyme MarxMenu Users Manual                     Page 1
  749.    _______________________________________________________________
  750.  
  751.  
  752.    COPYRIGHT
  753.    COPYRIGHT
  754.    COPYRIGHT
  755.  
  756.    This manual is copyrighted material and all rights are reserved.
  757.    MarxMenu is a programming language which describes to the computer what
  758.    it is supposed to do. Even though some of the individual words in
  759.    MarxMenu are used in other programming languages, I claim a copyright on
  760.    the collection of words which make up the MarxMenu language. I therefore
  761.    consider it an infringement of my CopyRight to create a software product
  762.    which uses the MarxMenu language, or translates MarxMenu source code,
  763.    without purchasing a license to do so.
  764.  
  765.    The combinations of definitions of commands in this manual constitute a
  766.    copyrighted work. Any publication which describes a computer language
  767.    for which the MarxMenu command set is a subset is a violation of the
  768.    copyright of this software and this written manual.
  769.  
  770.    In other words, don't try to clone MarxMenu.
  771.  
  772.    LICENSE AGREEMENT:
  773.    LICENSE AGREEMENT:
  774.    LICENSE AGREEMENT:
  775.  
  776.    You are licensed to use this program on a single CPU or workstation. If
  777.    you are running on a network, you are required to license a separate
  778.    copy for each workstation or a file server license for each file server.
  779.    If you are running on a multiuser operating system such as Concurrent
  780.    DOS, you are required to license a copy for each workstation. Everyone
  781.    who uses this menu, must license a copy unless several people share the
  782.    same workstation.
  783.  
  784.    This software is licensed and not sold. The license begins when Computer
  785.    Tyme receives payment in full. You may not transfer, sell, sublease or
  786.    rent this software without the written consent of Computer Tyme. You are
  787.    not allowed to distribute MarxMenu in runtime form with software you
  788.    developed unless it is in combination with a paid for copy of MarxMenu,
  789.    or you have made special arrangements in writing with Computer Tyme to
  790.    do so.
  791.  
  792.    Use of this product constitutes your acceptance of the terms and
  793.    conditions of this license and of my copyright and your agreement to
  794.    abide by these terms and conditions.
  795.  
  796.    WARRANTY:
  797.    WARRANTY:
  798.    WARRANTY:
  799.  
  800.    The warranty is limited to the diskettes to be machine readable for a
  801.    period of 30 days after purchase. Although we try hard to write perfect
  802.    software that has no bugs, we do not guarantee that. We also do not
  803.    guarantee that this product is fit for every purpose and we are not
  804.    liable for any damages that might occur from use of this product. This
  805.    agreement is governed by the laws of the State of Missouri.
  806.  
  807.  
  808.  
  809.    Computer Tyme MarxMenu Users Manual                     Page 2
  810.    _______________________________________________________________
  811.  
  812.  
  813.    ACKNOWLEDGMENTS:
  814.    ACKNOWLEDGMENTS:
  815.    ACKNOWLEDGMENTS:
  816.  
  817.    I would like to thank the following people for making this product
  818.    possible:
  819.  
  820.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  821.    for being good to me and helping with revisions and editing.
  822.  
  823.    The Computer Tyme staff for being the best employees in the world.
  824.  
  825.    Borland International for writing Turbo Pascal and keeping it bug free
  826.    and well supported.
  827.  
  828.    TurboPower Software for their very powerful extensions to Turbo Pascal
  829.    and their well written, well supported product.
  830.  
  831.    Semware for TEdit and QEdit, their full screen editors.
  832.  
  833.    All users who actually paid for this product so that we may continue to
  834.    eat.
  835.  
  836.    Those of you who have pointed out bugs and made suggestions to improve
  837.    our product.
  838.  
  839.    TRADEMARKS
  840.    TRADEMARKS
  841.    TRADEMARKS
  842.  
  843.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  844.    are trademarks of Computer Tyme.
  845.  
  846.     QEdit and TEdit are trademarks of SemWare.
  847.     Lotus is a registered trademark of Lotus Development.
  848.     Wordstar is a registered trademark of MicroPro International.
  849.     Smart Software is a trademark of Informix.
  850.     MS-DOS is a trademark of Microsoft.
  851.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  852.     Turbo Pascal is a trademark of Borland International.
  853.     OPRO and TPRO are trademarks of TurboPower Software.
  854.     Netware and Novell are trademarks of Novell.
  855.     DesqView and QEMM are trademarks of Quarterdeck.
  856.     IBM and OS/2 are trademarks of International Business Machines.
  857.  
  858.     Created using Turbo Pascal
  859.     Copyright 1983-90 by Borland International
  860.  
  861.    THE MARXMENU NAME
  862.    THE MARXMENU NAME
  863.    THE MARXMENU NAME
  864.  
  865.    When I first wrote this program my friends referred to it as Marc's
  866.    Menu. The Names .................................  166
  867.        -- Window .........................................  166
  868.        -- WindowHeight ...................................  166
  869.        -- WindowWidth ....................................  166
  870.        -- WinX ...........................................  167
  871.        -- WinY ...........................................  167
  872.        -- Write ..........................................  167
  873.        -- WriteCenter ....................................  167
  874.        -- WriteFileBlock .................................  167
  875. è       -- Writeln ........................................  167
  876.        -- WriteTextFile ..................................  167
  877.  
  878.  
  879.  
  880.    Computer Tyme MarxMenu * Table of Contents              Page 15
  881.    _______________________________________________________________
  882.  
  883.  
  884.        -- WriteVertical ..................................  168
  885.        -- Xor ............................................  168
  886.        -- Year ...........................................  168
  887.        -- YearOf .........................................  168
  888.        String Constants ..................................  169
  889.        Time and Date Constants ...........................  169
  890.        Video Constants ...................................  170
  891.        Color Constants ...................................  170
  892.        Boolean Constants .................................  170
  893.        Conditional Statements ............................  170
  894.        Environment Variables used by MarxMenu ............  171
  895.        Command Categories ................................  172
  896.        -- Misc Commands ..................................  173
  897.        -- Math Commands ..................................  173
  898.        -- Float Commands .................................  174
  899.        -- String Commands ................................  175
  900.        -- Variable Commands ..............................  176
  901.        -- Boolean Commands ...............................  176
  902.        -- Array Commands .................................  177
  903.        -- Memory Commands ................................  178
  904.        -- Novell Commands ................................  178
  905.        -- MSNet Commands .................................  180
  906.        -- Vines Commands .................................  180
  907.        -- Time Commands ..................................  181
  908.        -- Execution Commands .............................  182
  909.        -- Display Commands ...............................  182
  910.        -- Color Commands .................................  184
  911.        -- Environment Commands ...........................  184
  912.        -- System Commands ................................  185
  913.        -- File Commands ..................................  185
  914.        -- Ansi Commands ..................................  186
  915.        -- Printer Commands ...............................  186
  916.        -- International Commands .........................  186
  917.        -- DesqView Commands ..............................  187
  918.        -- Conditional Commands ...........................  187
  919.        -- Keyboard Commands ..............................  188
  920.        -- MouseControl Commands ..........................  188
  921.        -- Music Commands .................................  188
  922.  
  923.  
  924.  
  925.    Computer Tyme MarxMenu Users Manual                     Page 1
  926.    _______________________________________________________________
  927.  
  928.  
  929.    COPYRIGHT
  930.    COPYRIGHT
  931.    COPYRIGHT
  932.  
  933.    This manual is copyrighted material and all rights are reserved.
  934.    MarxMenu is a programming language which describes to the computer what
  935.    it is supposed to do. Even though some of the individual words in
  936.    MarxMenu are used in other programming languages, I claim a copyright on
  937.    the collection of words which make up the MarxMenu language. I therefore
  938.    consider it an infringement of my CopyRight to create a software product
  939.    which uses the MarxMenu language, or translates MarxMenu source code,
  940.    without purchasing a license to do so.
  941.  
  942.    The combinations of definitions of commands in this manual constitute a
  943.    copyrighted work. Any publication which describes a computer language
  944.    for which the MarxMenu command set is a subset is a violation of the
  945.    copyright of this software and this written manual.
  946.  
  947.    In other words, don't try to clone MarxMenu.
  948.  
  949.    LICENSE AGREEMENT:
  950.    LICENSE AGREEMENT:
  951.    LICENSE AGREEMENT:
  952.  
  953.    You are licensed to use this program on a single CPU or workstation. If
  954.    you are running on a network, you are required to license a separate
  955.    copy for each workstation or a file server license for each file server.
  956.    If you are running on a multiuser operating system such as Concurrent
  957.    DOS, you are required to license a copy for each workstation. Everyone
  958.    who uses this menu, must license a copy unless several people share the
  959.    same workstation.
  960.  
  961.    This software is licensed and not sold. The license begins when Computer
  962.    Tyme receives payment in full. You may not transfer, sell, sublease or
  963.    rent this software without the written consent of Computer Tyme. You are
  964.    not allowed to distribute MarxMenu in runtime form with software you
  965.    developed unless it is in combination with a paid for copy of MarxMenu,
  966.    or you have made special arrangements in writing with Computer Tyme to
  967.    do so.
  968.  
  969.    Use of this product constitutes your acceptance of the terms and
  970.    conditions of this license and of my copyright and your agreement to
  971.    abide by these terms and conditions.
  972.  
  973.    WARRANTY:
  974.    WARRANTY:
  975.    WARRANTY:
  976.  
  977.    The warranty is limited to the diskettes to be machine readable for a
  978.    period of 30 days after purchase. Although we try hard to write perfect
  979.    software that has no bugs, we do not guarantee that. We also do not
  980.    guarantee that this product is fit for every purpose and we are not
  981.    liable for any damages that might occur from use of this product. This
  982.    agreement is governed by the laws of the State of Missouri.
  983.  
  984.  
  985.  
  986.    Computer Tyme MarxMenu Users Manual                     Page 2
  987.    _______________________________________________________________
  988.  
  989.  
  990.    ACKNOWLEDGMENTS:
  991.    ACKNOWLEDGMENTS:
  992.    ACKNOWLEDGMENTS:
  993.  
  994.    I would like to thank the following people for making this product
  995.    possible:
  996.  
  997.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  998.    for being good to me and helping with revisions and editing.
  999.  
  1000.    The Computer Tyme staff for being the best employees in the world.
  1001.  
  1002.    Borland International for writing Turbo Pascal and keeping it bug free
  1003.    and well supported.
  1004.  
  1005.    TurboPower Software for their very powerful extensions to Turbo Pascal
  1006.    and their well written, well supported product.
  1007.  
  1008.    Semware for TEdit and QEdit, their full screen editors.
  1009.  
  1010.    All users who actually paid for this product so that we may continue to
  1011.    eat.
  1012.  
  1013.    Those of you who have pointed out bugs and made suggestions to improve
  1014.    our product.
  1015.  
  1016.    TRADEMARKS
  1017.    TRADEMARKS
  1018.    TRADEMARKS
  1019.  
  1020.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  1021.    are trademarks of Computer Tyme.
  1022.  
  1023.     QEdit and TEdit are trademarks of SemWare.
  1024.     Lotus is a registered trademark of Lotus Development.
  1025.     Wordstar is a registered trademark of MicroPro International.
  1026.     Smart Software is a trademark of Informix.
  1027.     MS-DOS is a trademark of Microsoft.
  1028.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  1029.     Turbo Pascal is a trademark of Borland International.
  1030.     OPRO and TPRO are trademarks of TurboPower Software.
  1031.     Netware and Novell are trademarks of Novell.
  1032.     DesqView and QEMM are trademarks of Quarterdeck.
  1033.     IBM and OS/2 are trademarks of International Business Machines.
  1034.  
  1035.     Created using Turbo Pascal
  1036.     Copyright 1983-90 by Borland International
  1037.  
  1038.    THE MARXMENU NAME
  1039.    THE MARXMENU NAME
  1040.    THE MARXMENU NAME
  1041.  
  1042.    When I first wrote this program my friends referred to it as Marc's
  1043.    Menu. The Names .................................  166
  1044.        -- Window .........................................  166
  1045.        -- WindowHeight ...................................  166
  1046.        -- WindowWidth ....................................  166
  1047.        -- WinX ...........................................  167
  1048.        -- WinY ...........................................  167
  1049.        -- Write ..........................................  167
  1050.        -- WriteCenter ....................................  167
  1051.        -- WriteFileBlock .................................  167
  1052. è       -- Writeln ........................................  167
  1053.        -- WriteTextFile ..................................  167
  1054.  
  1055.  
  1056.  
  1057.    Computer Tyme MarxMenu * Table of Contents              Page 15
  1058.    _______________________________________________________________
  1059.  
  1060.  
  1061.        -- WriteVertical ..................................  168
  1062.        -- Xor ............................................  168
  1063.        -- Year ...........................................  168
  1064.        -- YearOf .........................................  168
  1065.        String Constants ..................................  169
  1066.        Time and Date Constants ...........................  169
  1067.        Video Constants ...................................  170
  1068.        Color Constants ...................................  170
  1069.        Boolean Constants .................................  170
  1070.        Conditional Statements ............................  170
  1071.        Environment Variables used by MarxMenu ............  171
  1072.        Command Categories ................................  172
  1073.        -- Misc Commands ..................................  173
  1074.        -- Math Commands ..................................  173
  1075.        -- Float Commands .................................  174
  1076.        -- String Commands ................................  175
  1077.        -- Variable Commands ..............................  176
  1078.        -- Boolean Commands ...............................  176
  1079.        -- Array Commands .................................  177
  1080.        -- Memory Commands ................................  178
  1081.        -- Novell Commands ................................  178
  1082.        -- MSNet Commands .................................  180
  1083.        -- Vines Commands .................................  180
  1084.        -- Time Commands ..................................  181
  1085.        -- Execution Commands .............................  182
  1086.        -- Display Commands ...............................  182
  1087.        -- Color Commands .................................  184
  1088.        -- Environment Commands ...........................  184
  1089.        -- System Commands ................................  185
  1090.        -- File Commands ..................................  185
  1091.        -- Ansi Commands ..................................  186
  1092.        -- Printer Commands ...............................  186
  1093.        -- International Commands .........................  186
  1094.        -- DesqView Commands ..............................  187
  1095.        -- Conditional Commands ...........................  187
  1096.        -- Keyboard Commands ..............................  188
  1097.        -- MouseControl Commands ..........................  188
  1098.        -- Music Commands .................................  188
  1099.  
  1100.  
  1101.  
  1102.    Computer Tyme MarxMenu Users Manual                     Page 1
  1103.    _______________________________________________________________
  1104.  
  1105.  
  1106.    COPYRIGHT
  1107.    COPYRIGHT
  1108.    COPYRIGHT
  1109.  
  1110.    This manual is copyrighted material and all rights are reserved.
  1111.    MarxMenu is a programming language which describes to the computer what
  1112.    it is supposed to do. Even though some of the individual words in
  1113.    MarxMenu are used in other programming languages, I claim a copyright on
  1114.    the collection of words which make up the MarxMenu language. I therefore
  1115.    consider it an infringement of my CopyRight to create a software product
  1116.    which uses the MarxMenu language, or translates MarxMenu source code,
  1117.    without purchasing a license to do so.
  1118.  
  1119.    The combinations of definitions of commands in this manual constitute a
  1120.    copyrighted work. Any publication which describes a computer language
  1121.    for which the MarxMenu command set is a subset is a violation of the
  1122.    copyright of this software and this written manual.
  1123.  
  1124.    In other words, don't try to clone MarxMenu.
  1125.  
  1126.    LICENSE AGREEMENT:
  1127.    LICENSE AGREEMENT:
  1128.    LICENSE AGREEMENT:
  1129.  
  1130.    You are licensed to use this program on a single CPU or workstation. If
  1131.    you are running on a network, you are required to license a separate
  1132.    copy for each workstation or a file server license for each file server.
  1133.    If you are running on a multiuser operating system such as Concurrent
  1134.    DOS, you are required to license a copy for each workstation. Everyone
  1135.    who uses this menu, must license a copy unless several people share the
  1136.    same workstation.
  1137.  
  1138.    This software is licensed and not sold. The license begins when Computer
  1139.    Tyme receives payment in full. You may not transfer, sell, sublease or
  1140.    rent this software without the written consent of Computer Tyme. You are
  1141.    not allowed to distribute MarxMenu in runtime form with software you
  1142.    developed unless it is in combination with a paid for copy of MarxMenu,
  1143.    or you have made special arrangements in writing with Computer Tyme to
  1144.    do so.
  1145.  
  1146.    Use of this product constitutes your acceptance of the terms and
  1147.    conditions of this license and of my copyright and your agreement to
  1148.    abide by these terms and conditions.
  1149.  
  1150.    WARRANTY:
  1151.    WARRANTY:
  1152.    WARRANTY:
  1153.  
  1154.    The warranty is limited to the diskettes to be machine readable for a
  1155.    period of 30 days after purchase. Although we try hard to write perfect
  1156.    software that has no bugs, we do not guarantee that. We also do not
  1157.    guarantee that this product is fit for every purpose and we are not
  1158.    liable for any damages that might occur from use of this product. This
  1159.    agreement is governed by the laws of the State of Missouri.
  1160.  
  1161.  
  1162.  
  1163.    Computer Tyme MarxMenu Users Manual                     Page 2
  1164.    _______________________________________________________________
  1165.  
  1166.  
  1167.    ACKNOWLEDGMENTS:
  1168.    ACKNOWLEDGMENTS:
  1169.    ACKNOWLEDGMENTS:
  1170.  
  1171.    I would like to thank the following people for making this product
  1172.    possible:
  1173.  
  1174.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  1175.    for being good to me and helping with revisions and editing.
  1176.  
  1177.    The Computer Tyme staff for being the best employees in the world.
  1178.  
  1179.    Borland International for writing Turbo Pascal and keeping it bug free
  1180.    and well supported.
  1181.  
  1182.    TurboPower Software for their very powerful extensions to Turbo Pascal
  1183.    and their well written, well supported product.
  1184.  
  1185.    Semware for TEdit and QEdit, their full screen editors.
  1186.  
  1187.    All users who actually paid for this product so that we may continue to
  1188.    eat.
  1189.  
  1190.    Those of you who have pointed out bugs and made suggestions to improve
  1191.    our product.
  1192.  
  1193.    TRADEMARKS
  1194.    TRADEMARKS
  1195.    TRADEMARKS
  1196.  
  1197.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  1198.    are trademarks of Computer Tyme.
  1199.  
  1200.     QEdit and TEdit are trademarks of SemWare.
  1201.     Lotus is a registered trademark of Lotus Development.
  1202.     Wordstar is a registered trademark of MicroPro International.
  1203.     Smart Software is a trademark of Informix.
  1204.     MS-DOS is a trademark of Microsoft.
  1205.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  1206.     Turbo Pascal is a trademark of Borland International.
  1207.     OPRO and TPRO are trademarks of TurboPower Software.
  1208.     Netware and Novell are trademarks of Novell.
  1209.     DesqView and QEMM are trademarks of Quarterdeck.
  1210.     IBM and OS/2 are trademarks of International Business Machines.
  1211.  
  1212.     Created using Turbo Pascal
  1213.     Copyright 1983-90 by Borland International
  1214.  
  1215.    THE MARXMENU NAME
  1216.    THE MARXMENU NAME
  1217.    THE MARXMENU NAME
  1218.  
  1219.    When I first wrote this program my friends referred to it as Marc's
  1220.    Menu. The Names .................................  166
  1221.        -- Window .........................................  166
  1222.        -- WindowHeight ...................................  166
  1223.        -- WindowWidth ....................................  166
  1224.        -- WinX ...........................................  167
  1225.        -- WinY ...........................................  167
  1226.        -- Write ..........................................  167
  1227.        -- WriteCenter ....................................  167
  1228.        -- WriteFileBlock .................................  167
  1229. è       -- Writeln ........................................  167
  1230.        -- WriteTextFile ..................................  167
  1231.  
  1232.  
  1233.  
  1234.    Computer Tyme MarxMenu * Table of Contents              Page 15
  1235.    _______________________________________________________________
  1236.  
  1237.  
  1238.        -- WriteVertical ..................................  168
  1239.        -- Xor ............................................  168
  1240.        -- Year ...........................................  168
  1241.        -- YearOf .........................................  168
  1242.        String Constants ..................................  169
  1243.        Time and Date Constants ...........................  169
  1244.        Video Constants ...................................  170
  1245.        Color Constants ...................................  170
  1246.        Boolean Constants .................................  170
  1247.        Conditional Statements ............................  170
  1248.        Environment Variables used by MarxMenu ............  171
  1249.        Command Categories ................................  172
  1250.        -- Misc Commands ..................................  173
  1251.        -- Math Commands ..................................  173
  1252.        -- Float Commands .................................  174
  1253.        -- String Commands ................................  175
  1254.        -- Variable Commands ..............................  176
  1255.        -- Boolean Commands ...............................  176
  1256.        -- Array Commands .................................  177
  1257.        -- Memory Commands ................................  178
  1258.        -- Novell Commands ................................  178
  1259.        -- MSNet Commands .................................  180
  1260.        -- Vines Commands .................................  180
  1261.        -- Time Commands ..................................  181
  1262.        -- Execution Commands .............................  182
  1263.        -- Display Commands ...............................  182
  1264.        -- Color Commands .................................  184
  1265.        -- Environment Commands ...........................  184
  1266.        -- System Commands ................................  185
  1267.        -- File Commands ..................................  185
  1268.        -- Ansi Commands ..................................  186
  1269.        -- Printer Commands ...............................  186
  1270.        -- International Commands .........................  186
  1271.        -- DesqView Commands ..............................  187
  1272.        -- Conditional Commands ...........................  187
  1273.        -- Keyboard Commands ..............................  188
  1274.        -- MouseControl Commands ..........................  188
  1275.        -- Music Commands .................................  188
  1276.  
  1277.  
  1278.  
  1279.    Computer Tyme MarxMenu Users Manual                     Page 1
  1280.    _______________________________________________________________
  1281.  
  1282.  
  1283.    COPYRIGHT
  1284.    COPYRIGHT
  1285.    COPYRIGHT
  1286.  
  1287.    This manual is copyrighted material and all rights are reserved.
  1288.    MarxMenu is a programming language which describes to the computer what
  1289.    it is supposed to do. Even though some of the individual words in
  1290.    MarxMenu are used in other programming languages, I claim a copyright on
  1291.    the collection of words which make up the MarxMenu language. I therefore
  1292.    consider it an infringement of my CopyRight to create a software product
  1293.    which uses the MarxMenu language, or translates MarxMenu source code,
  1294.    without purchasing a license to do so.
  1295.  
  1296.    The combinations of definitions of commands in this manual constitute a
  1297.    copyrighted work. Any publication which describes a computer language
  1298.    for which the MarxMenu command set is a subset is a violation of the
  1299.    copyright of this software and this written manual.
  1300.  
  1301.    In other words, don't try to clone MarxMenu.
  1302.  
  1303.    LICENSE AGREEMENT:
  1304.    LICENSE AGREEMENT:
  1305.    LICENSE AGREEMENT:
  1306.  
  1307.    You are licensed to use this program on a single CPU or workstation. If
  1308.    you are running on a network, you are required to license a separate
  1309.    copy for each workstation or a file server license for each file server.
  1310.    If you are running on a multiuser operating system such as Concurrent
  1311.    DOS, you are required to license a copy for each workstation. Everyone
  1312.    who uses this menu, must license a copy unless several people share the
  1313.    same workstation.
  1314.  
  1315.    This software is licensed and not sold. The license begins when Computer
  1316.    Tyme receives payment in full. You may not transfer, sell, sublease or
  1317.    rent this software without the written consent of Computer Tyme. You are
  1318.    not allowed to distribute MarxMenu in runtime form with software you
  1319.    developed unless it is in combination with a paid for copy of MarxMenu,
  1320.    or you have made special arrangements in writing with Computer Tyme to
  1321.    do so.
  1322.  
  1323.    Use of this product constitutes your acceptance of the terms and
  1324.    conditions of this license and of my copyright and your agreement to
  1325.    abide by these terms and conditions.
  1326.  
  1327.    WARRANTY:
  1328.    WARRANTY:
  1329.    WARRANTY:
  1330.  
  1331.    The warranty is limited to the diskettes to be machine readable for a
  1332.    period of 30 days after purchase. Although we try hard to write perfect
  1333.    software that has no bugs, we do not guarantee that. We also do not
  1334.    guarantee that this product is fit for every purpose and we are not
  1335.    liable for any damages that might occur from use of this product. This
  1336.    agreement is governed by the laws of the State of Missouri.
  1337.  
  1338.  
  1339.  
  1340.    Computer Tyme MarxMenu Users Manual                     Page 2
  1341.    _______________________________________________________________
  1342.  
  1343.  
  1344.    ACKNOWLEDGMENTS:
  1345.    ACKNOWLEDGMENTS:
  1346.    ACKNOWLEDGMENTS:
  1347.  
  1348.    I would like to thank the following people for making this product
  1349.    possible:
  1350.  
  1351.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  1352.    for being good to me and helping with revisions and editing.
  1353.  
  1354.    The Computer Tyme staff for being the best employees in the world.
  1355.  
  1356.    Borland International for writing Turbo Pascal and keeping it bug free
  1357.    and well supported.
  1358.  
  1359.    TurboPower Software for their very powerful extensions to Turbo Pascal
  1360.    and their well written, well supported product.
  1361.  
  1362.    Semware for TEdit and QEdit, their full screen editors.
  1363.  
  1364.    All users who actually paid for this product so that we may continue to
  1365.    eat.
  1366.  
  1367.    Those of you who have pointed out bugs and made suggestions to improve
  1368.    our product.
  1369.  
  1370.    TRADEMARKS
  1371.    TRADEMARKS
  1372.    TRADEMARKS
  1373.  
  1374.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  1375.    are trademarks of Computer Tyme.
  1376.  
  1377.     QEdit and TEdit are trademarks of SemWare.
  1378.     Lotus is a registered trademark of Lotus Development.
  1379.     Wordstar is a registered trademark of MicroPro International.
  1380.     Smart Software is a trademark of Informix.
  1381.     MS-DOS is a trademark of Microsoft.
  1382.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  1383.     Turbo Pascal is a trademark of Borland International.
  1384.     OPRO and TPRO are trademarks of TurboPower Software.
  1385.     Netware and Novell are trademarks of Novell.
  1386.     DesqView and QEMM are trademarks of Quarterdeck.
  1387.     IBM and OS/2 are trademarks of International Business Machines.
  1388.  
  1389.     Created using Turbo Pascal
  1390.     Copyright 1983-90 by Borland International
  1391.  
  1392.    THE MARXMENU NAME
  1393.    THE MARXMENU NAME
  1394.    THE MARXMENU NAME
  1395.  
  1396.    When I first wrote this program my friends referred to it as Marc's
  1397.    Menu. The Names .................................  166
  1398.        -- Window .........................................  166
  1399.        -- WindowHeight ...................................  166
  1400.        -- WindowWidth ....................................  166
  1401.        -- WinX ...........................................  167
  1402.        -- WinY ...........................................  167
  1403.        -- Write ..........................................  167
  1404.        -- WriteCenter ....................................  167
  1405.        -- WriteFileBlock .................................  167
  1406. è       -- Writeln ........................................  167
  1407.        -- WriteTextFile ..................................  167
  1408.  
  1409.  
  1410.  
  1411.    Computer Tyme MarxMenu * Table of Contents              Page 15
  1412.    _______________________________________________________________
  1413.  
  1414.  
  1415.        -- WriteVertical ..................................  168
  1416.        -- Xor ............................................  168
  1417.        -- Year ...........................................  168
  1418.        -- YearOf .........................................  168
  1419.        String Constants ..................................  169
  1420.        Time and Date Constants ...........................  169
  1421.        Video Constants ...................................  170
  1422.        Color Constants ...................................  170
  1423.        Boolean Constants .................................  170
  1424.        Conditional Statements ............................  170
  1425.        Environment Variables used by MarxMenu ............  171
  1426.        Command Categories ................................  172
  1427.        -- Misc Commands ..................................  173
  1428.        -- Math Commands ..................................  173
  1429.        -- Float Commands .................................  174
  1430.        -- String Commands ................................  175
  1431.        -- Variable Commands ..............................  176
  1432.        -- Boolean Commands ...............................  176
  1433.        -- Array Commands .................................  177
  1434.        -- Memory Commands ................................  178
  1435.        -- Novell Commands ................................  178
  1436.        -- MSNet Commands .................................  180
  1437.        -- Vines Commands .................................  180
  1438.        -- Time Commands ..................................  181
  1439.        -- Execution Commands .............................  182
  1440.        -- Display Commands ...............................  182
  1441.        -- Color Commands .................................  184
  1442.        -- Environment Commands ...........................  184
  1443.        -- System Commands ................................  185
  1444.        -- File Commands ..................................  185
  1445.        -- Ansi Commands ..................................  186
  1446.        -- Printer Commands ...............................  186
  1447.        -- International Commands .........................  186
  1448.        -- DesqView Commands ..............................  187
  1449.        -- Conditional Commands ...........................  187
  1450.        -- Keyboard Commands ..............................  188
  1451.        -- MouseControl Commands ..........................  188
  1452.        -- Music Commands .................................  188
  1453.  
  1454.  
  1455.  
  1456.    Computer Tyme MarxMenu Users Manual                     Page 1
  1457.    _______________________________________________________________
  1458.  
  1459.  
  1460.    COPYRIGHT
  1461.    COPYRIGHT
  1462.    COPYRIGHT
  1463.  
  1464.    This manual is copyrighted material and all rights are reserved.
  1465.    MarxMenu is a programming language which describes to the computer what
  1466.    it is supposed to do. Even though some of the individual words in
  1467.    MarxMenu are used in other programming languages, I claim a copyright on
  1468.    the collection of words which make up the MarxMenu language. I therefore
  1469.    consider it an infringement of my CopyRight to create a software product
  1470.    which uses the MarxMenu language, or translates MarxMenu source code,
  1471.    without purchasing a license to do so.
  1472.  
  1473.    The combinations of definitions of commands in this manual constitute a
  1474.    copyrighted work. Any publication which describes a computer language
  1475.    for which the MarxMenu command set is a subset is a violation of the
  1476.    copyright of this software and this written manual.
  1477.  
  1478.    In other words, don't try to clone MarxMenu.
  1479.  
  1480.    LICENSE AGREEMENT:
  1481.    LICENSE AGREEMENT:
  1482.    LICENSE AGREEMENT:
  1483.  
  1484.    You are licensed to use this program on a single CPU or workstation. If
  1485.    you are running on a network, you are required to license a separate
  1486.    copy for each workstation or a file server license for each file server.
  1487.    If you are running on a multiuser operating system such as Concurrent
  1488.    DOS, you are required to license a copy for each workstation. Everyone
  1489.    who uses this menu, must license a copy unless several people share the
  1490.    same workstation.
  1491.  
  1492.    This software is licensed and not sold. The license begins when Computer
  1493.    Tyme receives payment in full. You may not transfer, sell, sublease or
  1494.    rent this software without the written consent of Computer Tyme. You are
  1495.    not allowed to distribute MarxMenu in runtime form with software you
  1496.    developed unless it is in combination with a paid for copy of MarxMenu,
  1497.    or you have made special arrangements in writing with Computer Tyme to
  1498.    do so.
  1499.  
  1500.    Use of this product constitutes your acceptance of the terms and
  1501.    conditions of this license and of my copyright and your agreement to
  1502.    abide by these terms and conditions.
  1503.  
  1504.    WARRANTY:
  1505.    WARRANTY:
  1506.    WARRANTY:
  1507.  
  1508.    The warranty is limited to the diskettes to be machine readable for a
  1509.    period of 30 days after purchase. Although we try hard to write perfect
  1510.    software that has no bugs, we do not guarantee that. We also do not
  1511.    guarantee that this product is fit for every purpose and we are not
  1512.    liable for any damages that might occur from use of this product. This
  1513.    agreement is governed by the laws of the State of Missouri.
  1514.  
  1515.  
  1516.  
  1517.    Computer Tyme MarxMenu Users Manual                     Page 2
  1518.    _______________________________________________________________
  1519.  
  1520.  
  1521.    ACKNOWLEDGMENTS:
  1522.    ACKNOWLEDGMENTS:
  1523.    ACKNOWLEDGMENTS:
  1524.  
  1525.    I would like to thank the following people for making this product
  1526.    possible:
  1527.  
  1528.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  1529.    for being good to me and helping with revisions and editing.
  1530.  
  1531.    The Computer Tyme staff for being the best employees in the world.
  1532.  
  1533.    Borland International for writing Turbo Pascal and keeping it bug free
  1534.    and well supported.
  1535.  
  1536.    TurboPower Software for their very powerful extensions to Turbo Pascal
  1537.    and their well written, well supported product.
  1538.  
  1539.    Semware for TEdit and QEdit, their full screen editors.
  1540.  
  1541.    All users who actually paid for this product so that we may continue to
  1542.    eat.
  1543.  
  1544.    Those of you who have pointed out bugs and made suggestions to improve
  1545.    our product.
  1546.  
  1547.    TRADEMARKS
  1548.    TRADEMARKS
  1549.    TRADEMARKS
  1550.  
  1551.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  1552.    are trademarks of Computer Tyme.
  1553.  
  1554.     QEdit and TEdit are trademarks of SemWare.
  1555.     Lotus is a registered trademark of Lotus Development.
  1556.     Wordstar is a registered trademark of MicroPro International.
  1557.     Smart Software is a trademark of Informix.
  1558.     MS-DOS is a trademark of Microsoft.
  1559.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  1560.     Turbo Pascal is a trademark of Borland International.
  1561.     OPRO and TPRO are trademarks of TurboPower Software.
  1562.     Netware and Novell are trademarks of Novell.
  1563.     DesqView and QEMM are trademarks of Quarterdeck.
  1564.     IBM and OS/2 are trademarks of International Business Machines.
  1565.  
  1566.     Created using Turbo Pascal
  1567.     Copyright 1983-90 by Borland International
  1568.  
  1569.    THE MARXMENU NAME
  1570.    THE MARXMENU NAME
  1571.    THE MARXMENU NAME
  1572.  
  1573.    When I first wrote this program my friends referred to it as Marc's
  1574.    Menu. The Names .................................  166
  1575.        -- Window .........................................  166
  1576.        -- WindowHeight ...................................  166
  1577.        -- WindowWidth ....................................  166
  1578.        -- WinX ...........................................  167
  1579.        -- WinY ...........................................  167
  1580.        -- Write ..........................................  167
  1581.        -- WriteCenter ....................................  167
  1582.        -- WriteFileBlock .................................  167
  1583. è       -- Writeln ........................................  167
  1584.        -- WriteTextFile ..................................  167
  1585.  
  1586.  
  1587.  
  1588.    Computer Tyme MarxMenu * Table of Contents              Page 15
  1589.    _______________________________________________________________
  1590.  
  1591.  
  1592.        -- WriteVertical ..................................  168
  1593.        -- Xor ............................................  168
  1594.        -- Year ...........................................  168
  1595.        -- YearOf .........................................  168
  1596.        String Constants ..................................  169
  1597.        Time and Date Constants ...........................  169
  1598.        Video Constants ...................................  170
  1599.        Color Constants ...................................  170
  1600.        Boolean Constants .................................  170
  1601.        Conditional Statements ............................  170
  1602.        Environment Variables used by MarxMenu ............  171
  1603.        Command Categories ................................  172
  1604.        -- Misc Commands ..................................  173
  1605.        -- Math Commands ..................................  173
  1606.        -- Float Commands .................................  174
  1607.        -- String Commands ................................  175
  1608.        -- Variable Commands ..............................  176
  1609.        -- Boolean Commands ...............................  176
  1610.        -- Array Commands .................................  177
  1611.        -- Memory Commands ................................  178
  1612.        -- Novell Commands ................................  178
  1613.        -- MSNet Commands .................................  180
  1614.        -- Vines Commands .................................  180
  1615.        -- Time Commands ..................................  181
  1616.        -- Execution Commands .............................  182
  1617.        -- Display Commands ...............................  182
  1618.        -- Color Commands .................................  184
  1619.        -- Environment Commands ...........................  184
  1620.        -- System Commands ................................  185
  1621.        -- File Commands ..................................  185
  1622.        -- Ansi Commands ..................................  186
  1623.        -- Printer Commands ...............................  186
  1624.        -- International Commands .........................  186
  1625.        -- DesqView Commands ..............................  187
  1626.        -- Conditional Commands ...........................  187
  1627.        -- Keyboard Commands ..............................  188
  1628.        -- MouseControl Commands ..........................  188
  1629.        -- Music Commands .................................  188
  1630.  
  1631.  
  1632.  
  1633.    Computer Tyme MarxMenu Users Manual                     Page 1
  1634.    _______________________________________________________________
  1635.  
  1636.  
  1637.    COPYRIGHT
  1638.    COPYRIGHT
  1639.    COPYRIGHT
  1640.  
  1641.    This manual is copyrighted material and all rights are reserved.
  1642.    MarxMenu is a programming language which describes to the computer what
  1643.    it is supposed to do. Even though some of the individual words in
  1644.    MarxMenu are used in other programming languages, I claim a copyright on
  1645.    the collection of words which make up the MarxMenu language. I therefore
  1646.    consider it an infringement of my CopyRight to create a software product
  1647.    which uses the MarxMenu language, or translates MarxMenu source code,
  1648.    without purchasing a license to do so.
  1649.  
  1650.    The combinations of definitions of commands in this manual constitute a
  1651.    copyrighted work. Any publication which describes a computer language
  1652.    for which the MarxMenu command set is a subset is a violation of the
  1653.    copyright of this software and this written manual.
  1654.  
  1655.    In other words, don't try to clone MarxMenu.
  1656.  
  1657.    LICENSE AGREEMENT:
  1658.    LICENSE AGREEMENT:
  1659.    LICENSE AGREEMENT:
  1660.  
  1661.    You are licensed to use this program on a single CPU or workstation. If
  1662.    you are running on a network, you are required to license a separate
  1663.    copy for each workstation or a file server license for each file server.
  1664.    If you are running on a multiuser operating system such as Concurrent
  1665.    DOS, you are required to license a copy for each workstation. Everyone
  1666.    who uses this menu, must license a copy unless several people share the
  1667.    same workstation.
  1668.  
  1669.    This software is licensed and not sold. The license begins when Computer
  1670.    Tyme receives payment in full. You may not transfer, sell, sublease or
  1671.    rent this software without the written consent of Computer Tyme. You are
  1672.    not allowed to distribute MarxMenu in runtime form with software you
  1673.    developed unless it is in combination with a paid for copy of MarxMenu,
  1674.    or you have made special arrangements in writing with Computer Tyme to
  1675.    do so.
  1676.  
  1677.    Use of this product constitutes your acceptance of the terms and
  1678.    conditions of this license and of my copyright and your agreement to
  1679.    abide by these terms and conditions.
  1680.  
  1681.    WARRANTY:
  1682.    WARRANTY:
  1683.    WARRANTY:
  1684.  
  1685.    The warranty is limited to the diskettes to be machine readable for a
  1686.    period of 30 days after purchase. Although we try hard to write perfect
  1687.    software that has no bugs, we do not guarantee that. We also do not
  1688.    guarantee that this product is fit for every purpose and we are not
  1689.    liable for any damages that might occur from use of this product. This
  1690.    agreement is governed by the laws of the State of Missouri.
  1691.  
  1692.  
  1693.  
  1694.    Computer Tyme MarxMenu Users Manual                     Page 2
  1695.    _______________________________________________________________
  1696.  
  1697.  
  1698.    ACKNOWLEDGMENTS:
  1699.    ACKNOWLEDGMENTS:
  1700.    ACKNOWLEDGMENTS:
  1701.  
  1702.    I would like to thank the following people for making this product
  1703.    possible:
  1704.  
  1705.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  1706.    for being good to me and helping with revisions and editing.
  1707.  
  1708.    The Computer Tyme staff for being the best employees in the world.
  1709.  
  1710.    Borland International for writing Turbo Pascal and keeping it bug free
  1711.    and well supported.
  1712.  
  1713.    TurboPower Software for their very powerful extensions to Turbo Pascal
  1714.    and their well written, well supported product.
  1715.  
  1716.    Semware for TEdit and QEdit, their full screen editors.
  1717.  
  1718.    All users who actually paid for this product so that we may continue to
  1719.    eat.
  1720.  
  1721.    Those of you who have pointed out bugs and made suggestions to improve
  1722.    our product.
  1723.  
  1724.    TRADEMARKS
  1725.    TRADEMARKS
  1726.    TRADEMARKS
  1727.  
  1728.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  1729.    are trademarks of Computer Tyme.
  1730.  
  1731.     QEdit and TEdit are trademarks of SemWare.
  1732.     Lotus is a registered trademark of Lotus Development.
  1733.     Wordstar is a registered trademark of MicroPro International.
  1734.     Smart Software is a trademark of Informix.
  1735.     MS-DOS is a trademark of Microsoft.
  1736.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  1737.     Turbo Pascal is a trademark of Borland International.
  1738.     OPRO and TPRO are trademarks of TurboPower Software.
  1739.     Netware and Novell are trademarks of Novell.
  1740.     DesqView and QEMM are trademarks of Quarterdeck.
  1741.     IBM and OS/2 are trademarks of International Business Machines.
  1742.  
  1743.     Created using Turbo Pascal
  1744.     Copyright 1983-90 by Borland International
  1745.  
  1746.    THE MARXMENU NAME
  1747.    THE MARXMENU NAME
  1748.    THE MARXMENU NAME
  1749.  
  1750.    When I first wrote this program my friends referred to it as Marc's
  1751.    Menu. The Names .................................  166
  1752.        -- Window .........................................  166
  1753.        -- WindowHeight ...................................  166
  1754.        -- WindowWidth ....................................  166
  1755.        -- WinX ...........................................  167
  1756.        -- WinY ...........................................  167
  1757.        -- Write ..........................................  167
  1758.        -- WriteCenter ....................................  167
  1759.        -- WriteFileBlock .................................  167
  1760. è       -- Writeln ........................................  167
  1761.        -- WriteTextFile ..................................  167
  1762.  
  1763.  
  1764.  
  1765.    Computer Tyme MarxMenu * Table of Contents              Page 15
  1766.    _______________________________________________________________
  1767.  
  1768.  
  1769.        -- WriteVertical ..................................  168
  1770.        -- Xor ............................................  168
  1771.        -- Year ...........................................  168
  1772.        -- YearOf .........................................  168
  1773.        String Constants ..................................  169
  1774.        Time and Date Constants ...........................  169
  1775.        Video Constants ...................................  170
  1776.        Color Constants ...................................  170
  1777.        Boolean Constants .................................  170
  1778.        Conditional Statements ............................  170
  1779.        Environment Variables used by MarxMenu ............  171
  1780.        Command Categories ................................  172
  1781.        -- Misc Commands ..................................  173
  1782.        -- Math Commands ..................................  173
  1783.        -- Float Commands .................................  174
  1784.        -- String Commands ................................  175
  1785.        -- Variable Commands ..............................  176
  1786.        -- Boolean Commands ...............................  176
  1787.        -- Array Commands .................................  177
  1788.        -- Memory Commands ................................  178
  1789.        -- Novell Commands ................................  178
  1790.        -- MSNet Commands .................................  180
  1791.        -- Vines Commands .................................  180
  1792.        -- Time Commands ..................................  181
  1793.        -- Execution Commands .............................  182
  1794.        -- Display Commands ...............................  182
  1795.        -- Color Commands .................................  184
  1796.        -- Environment Commands ...........................  184
  1797.        -- System Commands ................................  185
  1798.        -- File Commands ..................................  185
  1799.        -- Ansi Commands ..................................  186
  1800.        -- Printer Commands ...............................  186
  1801.        -- International Commands .........................  186
  1802.        -- DesqView Commands ..............................  187
  1803.        -- Conditional Commands ...........................  187
  1804.        -- Keyboard Commands ..............................  188
  1805.        -- MouseControl Commands ..........................  188
  1806.        -- Music Commands .................................  188
  1807.  
  1808.  
  1809.  
  1810.    Computer Tyme MarxMenu Users Manual                     Page 1
  1811.    _______________________________________________________________
  1812.  
  1813.  
  1814.    COPYRIGHT
  1815.    COPYRIGHT
  1816.    COPYRIGHT
  1817.  
  1818.    This manual is copyrighted material and all rights are reserved.
  1819.    MarxMenu is a programming language which describes to the computer what
  1820.    it is supposed to do. Even though some of the individual words in
  1821.    MarxMenu are used in other programming languages, I claim a copyright on
  1822.    the collection of words which make up the MarxMenu language. I therefore
  1823.    consider it an infringement of my CopyRight to create a software product
  1824.    which uses the MarxMenu language, or translates MarxMenu source code,
  1825.    without purchasing a license to do so.
  1826.  
  1827.    The combinations of definitions of commands in this manual constitute a
  1828.    copyrighted work. Any publication which describes a computer language
  1829.    for which the MarxMenu command set is a subset is a violation of the
  1830.    copyright of this software and this written manual.
  1831.  
  1832.    In other words, don't try to clone MarxMenu.
  1833.  
  1834.    LICENSE AGREEMENT:
  1835.    LICENSE AGREEMENT:
  1836.    LICENSE AGREEMENT:
  1837.  
  1838.    You are licensed to use this program on a single CPU or workstation. If
  1839.    you are running on a network, you are required to license a separate
  1840.    copy for each workstation or a file server license for each file server.
  1841.    If you are running on a multiuser operating system such as Concurrent
  1842.    DOS, you are required to license a copy for each workstation. Everyone
  1843.    who uses this menu, must license a copy unless several people share the
  1844.    same workstation.
  1845.  
  1846.    This software is licensed and not sold. The license begins when Computer
  1847.    Tyme receives payment in full. You may not transfer, sell, sublease or
  1848.    rent this software without the written consent of Computer Tyme. You are
  1849.    not allowed to distribute MarxMenu in runtime form with software you
  1850.    developed unless it is in combination with a paid for copy of MarxMenu,
  1851.    or you have made special arrangements in writing with Computer Tyme to
  1852.    do so.
  1853.  
  1854.    Use of this product constitutes your acceptance of the terms and
  1855.    conditions of this license and of my copyright and your agreement to
  1856.    abide by these terms and conditions.
  1857.  
  1858.    WARRANTY:
  1859.    WARRANTY:
  1860.    WARRANTY:
  1861.  
  1862.    The warranty is limited to the diskettes to be machine readable for a
  1863.    period of 30 days after purchase. Although we try hard to write perfect
  1864.    software that has no bugs, we do not guarantee that. We also do not
  1865.    guarantee that this product is fit for every purpose and we are not
  1866.    liable for any damages that might occur from use of this product. This
  1867.    agreement is governed by the laws of the State of Missouri.
  1868.  
  1869.  
  1870.  
  1871.    Computer Tyme MarxMenu Users Manual                     Page 2
  1872.    _______________________________________________________________
  1873.  
  1874.  
  1875.    ACKNOWLEDGMENTS:
  1876.    ACKNOWLEDGMENTS:
  1877.    ACKNOWLEDGMENTS:
  1878.  
  1879.    I would like to thank the following people for making this product
  1880.    possible:
  1881.  
  1882.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  1883.    for being good to me and helping with revisions and editing.
  1884.  
  1885.    The Computer Tyme staff for being the best employees in the world.
  1886.  
  1887.    Borland International for writing Turbo Pascal and keeping it bug free
  1888.    and well supported.
  1889.  
  1890.    TurboPower Software for their very powerful extensions to Turbo Pascal
  1891.    and their well written, well supported product.
  1892.  
  1893.    Semware for TEdit and QEdit, their full screen editors.
  1894.  
  1895.    All users who actually paid for this product so that we may continue to
  1896.    eat.
  1897.  
  1898.    Those of you who have pointed out bugs and made suggestions to improve
  1899.    our product.
  1900.  
  1901.    TRADEMARKS
  1902.    TRADEMARKS
  1903.    TRADEMARKS
  1904.  
  1905.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  1906.    are trademarks of Computer Tyme.
  1907.  
  1908.     QEdit and TEdit are trademarks of SemWare.
  1909.     Lotus is a registered trademark of Lotus Development.
  1910.     Wordstar is a registered trademark of MicroPro International.
  1911.     Smart Software is a trademark of Informix.
  1912.     MS-DOS is a trademark of Microsoft.
  1913.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  1914.     Turbo Pascal is a trademark of Borland International.
  1915.     OPRO and TPRO are trademarks of TurboPower Software.
  1916.     Netware and Novell are trademarks of Novell.
  1917.     DesqView and QEMM are trademarks of Quarterdeck.
  1918.     IBM and OS/2 are trademarks of International Business Machines.
  1919.  
  1920.     Created using Turbo Pascal
  1921.     Copyright 1983-90 by Borland International
  1922.  
  1923.    THE MARXMENU NAME
  1924.    THE MARXMENU NAME
  1925.    THE MARXMENU NAME
  1926.  
  1927.    When I first wrote this program my friends referred to it as Marc's
  1928.    Menu. The Names .................................  166
  1929.        -- Window .........................................  166
  1930.        -- WindowHeight ...................................  166
  1931.        -- WindowWidth ....................................  166
  1932.        -- WinX ...........................................  167
  1933.        -- WinY ...........................................  167
  1934.        -- Write ..........................................  167
  1935.        -- WriteCenter ....................................  167
  1936.        -- WriteFileBlock .................................  167
  1937. è       -- Writeln ........................................  167
  1938.        -- WriteTextFile ..................................  167
  1939.  
  1940.  
  1941.  
  1942.    Computer Tyme MarxMenu * Table of Contents              Page 15
  1943.    _______________________________________________________________
  1944.  
  1945.  
  1946.        -- WriteVertical ..................................  168
  1947.        -- Xor ............................................  168
  1948.        -- Year ...........................................  168
  1949.        -- YearOf .........................................  168
  1950.        String Constants ..................................  169
  1951.        Time and Date Constants ...........................  169
  1952.        Video Constants ...................................  170
  1953.        Color Constants ...................................  170
  1954.        Boolean Constants .................................  170
  1955.        Conditional Statements ............................  170
  1956.        Environment Variables used by MarxMenu ............  171
  1957.        Command Categories ................................  172
  1958.        -- Misc Commands ..................................  173
  1959.        -- Math Commands ..................................  173
  1960.        -- Float Commands .................................  174
  1961.        -- String Commands ................................  175
  1962.        -- Variable Commands ..............................  176
  1963.        -- Boolean Commands ...............................  176
  1964.        -- Array Commands .................................  177
  1965.        -- Memory Commands ................................  178
  1966.        -- Novell Commands ................................  178
  1967.        -- MSNet Commands .................................  180
  1968.        -- Vines Commands .................................  180
  1969.        -- Time Commands ..................................  181
  1970.        -- Execution Commands .............................  182
  1971.        -- Display Commands ...............................  182
  1972.        -- Color Commands .................................  184
  1973.        -- Environment Commands ...........................  184
  1974.        -- System Commands ................................  185
  1975.        -- File Commands ..................................  185
  1976.        -- Ansi Commands ..................................  186
  1977.        -- Printer Commands ...............................  186
  1978.        -- International Commands .........................  186
  1979.        -- DesqView Commands ..............................  187
  1980.        -- Conditional Commands ...........................  187
  1981.        -- Keyboard Commands ..............................  188
  1982.        -- MouseControl Commands ..........................  188
  1983.        -- Music Commands .................................  188
  1984.  
  1985.  
  1986.  
  1987.    Computer Tyme MarxMenu Users Manual                     Page 1
  1988.    _______________________________________________________________
  1989.  
  1990.  
  1991.    COPYRIGHT
  1992.    COPYRIGHT
  1993.    COPYRIGHT
  1994.  
  1995.    This manual is copyrighted material and all rights are reserved.
  1996.    MarxMenu is a programming language which describes to the computer what
  1997.    it is supposed to do. Even though some of the individual words in
  1998.    MarxMenu are used in other programming languages, I claim a copyright on
  1999.    the collection of words which make up the MarxMenu language. I therefore
  2000.    consider it an infringement of my CopyRight to create a software product
  2001.    which uses the MarxMenu language, or translates MarxMenu source code,
  2002.    without purchasing a license to do so.
  2003.  
  2004.    The combinations of definitions of commands in this manual constitute a
  2005.    copyrighted work. Any publication which describes a computer language
  2006.    for which the MarxMenu command set is a subset is a violation of the
  2007.    copyright of this software and this written manual.
  2008.  
  2009.    In other words, don't try to clone MarxMenu.
  2010.  
  2011.    LICENSE AGREEMENT:
  2012.    LICENSE AGREEMENT:
  2013.    LICENSE AGREEMENT:
  2014.  
  2015.    You are licensed to use this program on a single CPU or workstation. If
  2016.    you are running on a network, you are required to license a separate
  2017.    copy for each workstation or a file server license for each file server.
  2018.    If you are running on a multiuser operating system such as Concurrent
  2019.    DOS, you are required to license a copy for each workstation. Everyone
  2020.    who uses this menu, must license a copy unless several people share the
  2021.    same workstation.
  2022.  
  2023.    This software is licensed and not sold. The license begins when Computer
  2024.    Tyme receives payment in full. You may not transfer, sell, sublease or
  2025.    rent this software without the written consent of Computer Tyme. You are
  2026.    not allowed to distribute MarxMenu in runtime form with software you
  2027.    developed unless it is in combination with a paid for copy of MarxMenu,
  2028.    or you have made special arrangements in writing with Computer Tyme to
  2029.    do so.
  2030.  
  2031.    Use of this product constitutes your acceptance of the terms and
  2032.    conditions of this license and of my copyright and your agreement to
  2033.    abide by these terms and conditions.
  2034.  
  2035.    WARRANTY:
  2036.    WARRANTY:
  2037.    WARRANTY:
  2038.  
  2039.    The warranty is limited to the diskettes to be machine readable for a
  2040.    period of 30 days after purchase. Although we try hard to write perfect
  2041.    software that has no bugs, we do not guarantee that. We also do not
  2042.    guarantee that this product is fit for every purpose and we are not
  2043.    liable for any damages that might occur from use of this product. This
  2044.    agreement is governed by the laws of the State of Missouri.
  2045.  
  2046.  
  2047.  
  2048.    Computer Tyme MarxMenu Users Manual                     Page 2
  2049.    _______________________________________________________________
  2050.  
  2051.  
  2052.    ACKNOWLEDGMENTS:
  2053.    ACKNOWLEDGMENTS:
  2054.    ACKNOWLEDGMENTS:
  2055.  
  2056.    I would like to thank the following people for making this product
  2057.    possible:
  2058.  
  2059.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  2060.    for being good to me and helping with revisions and editing.
  2061.  
  2062.    The Computer Tyme staff for being the best employees in the world.
  2063.  
  2064.    Borland International for writing Turbo Pascal and keeping it bug free
  2065.    and well supported.
  2066.  
  2067.    TurboPower Software for their very powerful extensions to Turbo Pascal
  2068.    and their well written, well supported product.
  2069.  
  2070.    Semware for TEdit and QEdit, their full screen editors.
  2071.  
  2072.    All users who actually paid for this product so that we may continue to
  2073.    eat.
  2074.  
  2075.    Those of you who have pointed out bugs and made suggestions to improve
  2076.    our product.
  2077.  
  2078.    TRADEMARKS
  2079.    TRADEMARKS
  2080.    TRADEMARKS
  2081.  
  2082.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  2083.    are trademarks of Computer Tyme.
  2084.  
  2085.     QEdit and TEdit are trademarks of SemWare.
  2086.     Lotus is a registered trademark of Lotus Development.
  2087.     Wordstar is a registered trademark of MicroPro International.
  2088.     Smart Software is a trademark of Informix.
  2089.     MS-DOS is a trademark of Microsoft.
  2090.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  2091.     Turbo Pascal is a trademark of Borland International.
  2092.     OPRO and TPRO are trademarks of TurboPower Software.
  2093.     Netware and Novell are trademarks of Novell.
  2094.     DesqView and QEMM are trademarks of Quarterdeck.
  2095.     IBM and OS/2 are trademarks of International Business Machines.
  2096.  
  2097.     Created using Turbo Pascal
  2098.     Copyright 1983-90 by Borland International
  2099.  
  2100.    THE MARXMENU NAME
  2101.    THE MARXMENU NAME
  2102.    THE MARXMENU NAME
  2103.  
  2104.    When I first wrote this program my friends referred to it as Marc's
  2105.    Menu. The Names .................................  166
  2106.        -- Window .........................................  166
  2107.        -- WindowHeight ...................................  166
  2108.        -- WindowWidth ....................................  166
  2109.        -- WinX ...........................................  167
  2110.        -- WinY ...........................................  167
  2111.        -- Write ..........................................  167
  2112.        -- WriteCenter ....................................  167
  2113.        -- WriteFileBlock .................................  167
  2114. è       -- Writeln ........................................  167
  2115.        -- WriteTextFile ..................................  167
  2116.  
  2117.  
  2118.  
  2119.    Computer Tyme MarxMenu * Table of Contents              Page 15
  2120.    _______________________________________________________________
  2121.  
  2122.  
  2123.        -- WriteVertical ..................................  168
  2124.        -- Xor ............................................  168
  2125.        -- Year ...........................................  168
  2126.        -- YearOf .........................................  168
  2127.        String Constants ..................................  169
  2128.        Time and Date Constants ...........................  169
  2129.        Video Constants ...................................  170
  2130.        Color Constants ...................................  170
  2131.        Boolean Constants .................................  170
  2132.        Conditional Statements ............................  170
  2133.        Environment Variables used by MarxMenu ............  171
  2134.        Command Categories ................................  172
  2135.        -- Misc Commands ..................................  173
  2136.        -- Math Commands ..................................  173
  2137.        -- Float Commands .................................  174
  2138.        -- String Commands ................................  175
  2139.        -- Variable Commands ..............................  176
  2140.        -- Boolean Commands ...............................  176
  2141.        -- Array Commands .................................  177
  2142.        -- Memory Commands ................................  178
  2143.        -- Novell Commands ................................  178
  2144.        -- MSNet Commands .................................  180
  2145.        -- Vines Commands .................................  180
  2146.        -- Time Commands ..................................  181
  2147.        -- Execution Commands .............................  182
  2148.        -- Display Commands ...............................  182
  2149.        -- Color Commands .................................  184
  2150.        -- Environment Commands ...........................  184
  2151.        -- System Commands ................................  185
  2152.        -- File Commands ..................................  185
  2153.        -- Ansi Commands ..................................  186
  2154.        -- Printer Commands ...............................  186
  2155.        -- International Commands .........................  186
  2156.        -- DesqView Commands ..............................  187
  2157.        -- Conditional Commands ...........................  187
  2158.        -- Keyboard Commands ..............................  188
  2159.        -- MouseControl Commands ..........................  188
  2160.        -- Music Commands .................................  188
  2161.  
  2162.  
  2163.  
  2164.    Computer Tyme MarxMenu Users Manual                     Page 1
  2165.    _______________________________________________________________
  2166.  
  2167.  
  2168.    COPYRIGHT
  2169.    COPYRIGHT
  2170.    COPYRIGHT
  2171.  
  2172.    This manual is copyrighted material and all rights are reserved.
  2173.    MarxMenu is a programming language which describes to the computer what
  2174.    it is supposed to do. Even though some of the individual words in
  2175.    MarxMenu are used in other programming languages, I claim a copyright on
  2176.    the collection of words which make up the MarxMenu language. I therefore
  2177.    consider it an infringement of my CopyRight to create a software product
  2178.    which uses the MarxMenu language, or translates MarxMenu source code,
  2179.    without purchasing a license to do so.
  2180.  
  2181.    The combinations of definitions of commands in this manual constitute a
  2182.    copyrighted work. Any publication which describes a computer language
  2183.    for which the MarxMenu command set is a subset is a violation of the
  2184.    copyright of this software and this written manual.
  2185.  
  2186.    In other words, don't try to clone MarxMenu.
  2187.  
  2188.    LICENSE AGREEMENT:
  2189.    LICENSE AGREEMENT:
  2190.    LICENSE AGREEMENT:
  2191.  
  2192.    You are licensed to use this program on a single CPU or workstation. If
  2193.    you are running on a network, you are required to license a separate
  2194.    copy for each workstation or a file server license for each file server.
  2195.    If you are running on a multiuser operating system such as Concurrent
  2196.    DOS, you are required to license a copy for each workstation. Everyone
  2197.    who uses this menu, must license a copy unless several people share the
  2198.    same workstation.
  2199.  
  2200.    This software is licensed and not sold. The license begins when Computer
  2201.    Tyme receives payment in full. You may not transfer, sell, sublease or
  2202.    rent this software without the written consent of Computer Tyme. You are
  2203.    not allowed to distribute MarxMenu in runtime form with software you
  2204.    developed unless it is in combination with a paid for copy of MarxMenu,
  2205.    or you have made special arrangements in writing with Computer Tyme to
  2206.    do so.
  2207.  
  2208.    Use of this product constitutes your acceptance of the terms and
  2209.    conditions of this license and of my copyright and your agreement to
  2210.    abide by these terms and conditions.
  2211.  
  2212.    WARRANTY:
  2213.    WARRANTY:
  2214.    WARRANTY:
  2215.  
  2216.    The warranty is limited to the diskettes to be machine readable for a
  2217.    period of 30 days after purchase. Although we try hard to write perfect
  2218.    software that has no bugs, we do not guarantee that. We also do not
  2219.    guarantee that this product is fit for every purpose and we are not
  2220.    liable for any damages that might occur from use of this product. This
  2221.    agreement is governed by the laws of the State of Missouri.
  2222.  
  2223.  
  2224.  
  2225.    Computer Tyme MarxMenu Users Manual                     Page 2
  2226.    _______________________________________________________________
  2227.  
  2228.  
  2229.    ACKNOWLEDGMENTS:
  2230.    ACKNOWLEDGMENTS:
  2231.    ACKNOWLEDGMENTS:
  2232.  
  2233.    I would like to thank the following people for making this product
  2234.    possible:
  2235.  
  2236.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  2237.    for being good to me and helping with revisions and editing.
  2238.  
  2239.    The Computer Tyme staff for being the best employees in the world.
  2240.  
  2241.    Borland International for writing Turbo Pascal and keeping it bug free
  2242.    and well supported.
  2243.  
  2244.    TurboPower Software for their very powerful extensions to Turbo Pascal
  2245.    and their well written, well supported product.
  2246.  
  2247.    Semware for TEdit and QEdit, their full screen editors.
  2248.  
  2249.    All users who actually paid for this product so that we may continue to
  2250.    eat.
  2251.  
  2252.    Those of you who have pointed out bugs and made suggestions to improve
  2253.    our product.
  2254.  
  2255.    TRADEMARKS
  2256.    TRADEMARKS
  2257.    TRADEMARKS
  2258.  
  2259.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  2260.    are trademarks of Computer Tyme.
  2261.  
  2262.     QEdit and TEdit are trademarks of SemWare.
  2263.     Lotus is a registered trademark of Lotus Development.
  2264.     Wordstar is a registered trademark of MicroPro International.
  2265.     Smart Software is a trademark of Informix.
  2266.     MS-DOS is a trademark of Microsoft.
  2267.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  2268.     Turbo Pascal is a trademark of Borland International.
  2269.     OPRO and TPRO are trademarks of TurboPower Software.
  2270.     Netware and Novell are trademarks of Novell.
  2271.     DesqView and QEMM are trademarks of Quarterdeck.
  2272.     IBM and OS/2 are trademarks of International Business Machines.
  2273.  
  2274.     Created using Turbo Pascal
  2275.     Copyright 1983-90 by Borland International
  2276.  
  2277.    THE MARXMENU NAME
  2278.    THE MARXMENU NAME
  2279.    THE MARXMENU NAME
  2280.  
  2281.    When I first wrote this program my friends referred to it as Marc's
  2282.    Menu. The Names .................................  166
  2283.        -- Window .........................................  166
  2284.        -- WindowHeight ...................................  166
  2285.        -- WindowWidth ....................................  166
  2286.        -- WinX ...........................................  167
  2287.        -- WinY ...........................................  167
  2288.        -- Write ..........................................  167
  2289.        -- WriteCenter ....................................  167
  2290.        -- WriteFileBlock .................................  167
  2291. è       -- Writeln ........................................  167
  2292.        -- WriteTextFile ..................................  167
  2293.  
  2294.  
  2295.  
  2296.    Computer Tyme MarxMenu * Table of Contents              Page 15
  2297.    _______________________________________________________________
  2298.  
  2299.  
  2300.        -- WriteVertical ..................................  168
  2301.        -- Xor ............................................  168
  2302.        -- Year ...........................................  168
  2303.        -- YearOf .........................................  168
  2304.        String Constants ..................................  169
  2305.        Time and Date Constants ...........................  169
  2306.        Video Constants ...................................  170
  2307.        Color Constants ...................................  170
  2308.        Boolean Constants .................................  170
  2309.        Conditional Statements ............................  170
  2310.        Environment Variables used by MarxMenu ............  171
  2311.        Command Categories ................................  172
  2312.        -- Misc Commands ..................................  173
  2313.        -- Math Commands ..................................  173
  2314.        -- Float Commands .................................  174
  2315.        -- String Commands ................................  175
  2316.        -- Variable Commands ..............................  176
  2317.        -- Boolean Commands ...............................  176
  2318.        -- Array Commands .................................  177
  2319.        -- Memory Commands ................................  178
  2320.        -- Novell Commands ................................  178
  2321.        -- MSNet Commands .................................  180
  2322.        -- Vines Commands .................................  180
  2323.        -- Time Commands ..................................  181
  2324.        -- Execution Commands .............................  182
  2325.        -- Display Commands ...............................  182
  2326.        -- Color Commands .................................  184
  2327.        -- Environment Commands ...........................  184
  2328.        -- System Commands ................................  185
  2329.        -- File Commands ..................................  185
  2330.        -- Ansi Commands ..................................  186
  2331.        -- Printer Commands ...............................  186
  2332.        -- International Commands .........................  186
  2333.        -- DesqView Commands ..............................  187
  2334.        -- Conditional Commands ...........................  187
  2335.        -- Keyboard Commands ..............................  188
  2336.        -- MouseControl Commands ..........................  188
  2337.        -- Music Commands .................................  188
  2338.  
  2339.  
  2340.  
  2341.    Computer Tyme MarxMenu Users Manual                     Page 1
  2342.    _______________________________________________________________
  2343.  
  2344.  
  2345.    COPYRIGHT
  2346.    COPYRIGHT
  2347.    COPYRIGHT
  2348.  
  2349.    This manual is copyrighted material and all rights are reserved.
  2350.    MarxMenu is a programming language which describes to the computer what
  2351.    it is supposed to do. Even though some of the individual words in
  2352.    MarxMenu are used in other programming languages, I claim a copyright on
  2353.    the collection of words which make up the MarxMenu language. I therefore
  2354.    consider it an infringement of my CopyRight to create a software product
  2355.    which uses the MarxMenu language, or translates MarxMenu source code,
  2356.    without purchasing a license to do so.
  2357.  
  2358.    The combinations of definitions of commands in this manual constitute a
  2359.    copyrighted work. Any publication which describes a computer language
  2360.    for which the MarxMenu command set is a subset is a violation of the
  2361.    copyright of this software and this written manual.
  2362.  
  2363.    In other words, don't try to clone MarxMenu.
  2364.  
  2365.    LICENSE AGREEMENT:
  2366.    LICENSE AGREEMENT:
  2367.    LICENSE AGREEMENT:
  2368.  
  2369.    You are licensed to use this program on a single CPU or workstation. If
  2370.    you are running on a network, you are required to license a separate
  2371.    copy for each workstation or a file server license for each file server.
  2372.    If you are running on a multiuser operating system such as Concurrent
  2373.    DOS, you are required to license a copy for each workstation. Everyone
  2374.    who uses this menu, must license a copy unless several people share the
  2375.    same workstation.
  2376.  
  2377.    This software is licensed and not sold. The license begins when Computer
  2378.    Tyme receives payment in full. You may not transfer, sell, sublease or
  2379.    rent this software without the written consent of Computer Tyme. You are
  2380.    not allowed to distribute MarxMenu in runtime form with software you
  2381.    developed unless it is in combination with a paid for copy of MarxMenu,
  2382.    or you have made special arrangements in writing with Computer Tyme to
  2383.    do so.
  2384.  
  2385.    Use of this product constitutes your acceptance of the terms and
  2386.    conditions of this license and of my copyright and your agreement to
  2387.    abide by these terms and conditions.
  2388.  
  2389.    WARRANTY:
  2390.    WARRANTY:
  2391.    WARRANTY:
  2392.  
  2393.    The warranty is limited to the diskettes to be machine readable for a
  2394.    period of 30 days after purchase. Although we try hard to write perfect
  2395.    software that has no bugs, we do not guarantee that. We also do not
  2396.    guarantee that this product is fit for every purpose and we are not
  2397.    liable for any damages that might occur from use of this product. This
  2398.    agreement is governed by the laws of the State of Missouri.
  2399.  
  2400.  
  2401.  
  2402.    Computer Tyme MarxMenu Users Manual                     Page 2
  2403.    _______________________________________________________________
  2404.  
  2405.  
  2406.    ACKNOWLEDGMENTS:
  2407.    ACKNOWLEDGMENTS:
  2408.    ACKNOWLEDGMENTS:
  2409.  
  2410.    I would like to thank the following people for making this product
  2411.    possible:
  2412.  
  2413.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  2414.    for being good to me and helping with revisions and editing.
  2415.  
  2416.    The Computer Tyme staff for being the best employees in the world.
  2417.  
  2418.    Borland International for writing Turbo Pascal and keeping it bug free
  2419.    and well supported.
  2420.  
  2421.    TurboPower Software for their very powerful extensions to Turbo Pascal
  2422.    and their well written, well supported product.
  2423.  
  2424.    Semware for TEdit and QEdit, their full screen editors.
  2425.  
  2426.    All users who actually paid for this product so that we may continue to
  2427.    eat.
  2428.  
  2429.    Those of you who have pointed out bugs and made suggestions to improve
  2430.    our product.
  2431.  
  2432.    TRADEMARKS
  2433.    TRADEMARKS
  2434.    TRADEMARKS
  2435.  
  2436.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  2437.    are trademarks of Computer Tyme.
  2438.  
  2439.     QEdit and TEdit are trademarks of SemWare.
  2440.     Lotus is a registered trademark of Lotus Development.
  2441.     Wordstar is a registered trademark of MicroPro International.
  2442.     Smart Software is a trademark of Informix.
  2443.     MS-DOS is a trademark of Microsoft.
  2444.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  2445.     Turbo Pascal is a trademark of Borland International.
  2446.     OPRO and TPRO are trademarks of TurboPower Software.
  2447.     Netware and Novell are trademarks of Novell.
  2448.     DesqView and QEMM are trademarks of Quarterdeck.
  2449.     IBM and OS/2 are trademarks of International Business Machines.
  2450.  
  2451.     Created using Turbo Pascal
  2452.     Copyright 1983-90 by Borland International
  2453.  
  2454.    THE MARXMENU NAME
  2455.    THE MARXMENU NAME
  2456.    THE MARXMENU NAME
  2457.  
  2458.    When I first wrote this program my friends referred to it as Marc's
  2459.    Menu. The Names .................................  166
  2460.        -- Window .........................................  166
  2461.        -- WindowHeight ...................................  166
  2462.        -- WindowWidth ....................................  166
  2463.        -- WinX ...........................................  167
  2464.        -- WinY ...........................................  167
  2465.        -- Write ..........................................  167
  2466.        -- WriteCenter ....................................  167
  2467.        -- WriteFileBlock .................................  167
  2468. è       -- Writeln ........................................  167
  2469.        -- WriteTextFile ..................................  167
  2470.  
  2471.  
  2472.  
  2473.    Computer Tyme MarxMenu * Table of Contents              Page 15
  2474.    _______________________________________________________________
  2475.  
  2476.  
  2477.        -- WriteVertical ..................................  168
  2478.        -- Xor ............................................  168
  2479.        -- Year ...........................................  168
  2480.        -- YearOf .........................................  168
  2481.        String Constants ..................................  169
  2482.        Time and Date Constants ...........................  169
  2483.        Video Constants ...................................  170
  2484.        Color Constants ...................................  170
  2485.        Boolean Constants .................................  170
  2486.        Conditional Statements ............................  170
  2487.        Environment Variables used by MarxMenu ............  171
  2488.        Command Categories ................................  172
  2489.        -- Misc Commands ..................................  173
  2490.        -- Math Commands ..................................  173
  2491.        -- Float Commands .................................  174
  2492.        -- String Commands ................................  175
  2493.        -- Variable Commands ..............................  176
  2494.        -- Boolean Commands ...............................  176
  2495.        -- Array Commands .................................  177
  2496.        -- Memory Commands ................................  178
  2497.        -- Novell Commands ................................  178
  2498.        -- MSNet Commands .................................  180
  2499.        -- Vines Commands .................................  180
  2500.        -- Time Commands ..................................  181
  2501.        -- Execution Commands .............................  182
  2502.        -- Display Commands ...............................  182
  2503.        -- Color Commands .................................  184
  2504.        -- Environment Commands ...........................  184
  2505.        -- System Commands ................................  185
  2506.        -- File Commands ..................................  185
  2507.        -- Ansi Commands ..................................  186
  2508.        -- Printer Commands ...............................  186
  2509.        -- International Commands .........................  186
  2510.        -- DesqView Commands ..............................  187
  2511.        -- Conditional Commands ...........................  187
  2512.        -- Keyboard Commands ..............................  188
  2513.        -- MouseControl Commands ..........................  188
  2514.        -- Music Commands .................................  188
  2515.  
  2516.  
  2517.  
  2518.    Computer Tyme MarxMenu Users Manual                     Page 1
  2519.    _______________________________________________________________
  2520.  
  2521.  
  2522.    COPYRIGHT
  2523.    COPYRIGHT
  2524.    COPYRIGHT
  2525.  
  2526.    This manual is copyrighted material and all rights are reserved.
  2527.    MarxMenu is a programming language which describes to the computer what
  2528.    it is supposed to do. Even though some of the individual words in
  2529.    MarxMenu are used in other programming languages, I claim a copyright on
  2530.    the collection of words which make up the MarxMenu language. I therefore
  2531.    consider it an infringement of my CopyRight to create a software product
  2532.    which uses the MarxMenu language, or translates MarxMenu source code,
  2533.    without purchasing a license to do so.
  2534.  
  2535.    The combinations of definitions of commands in this manual constitute a
  2536.    copyrighted work. Any publication which describes a computer language
  2537.    for which the MarxMenu command set is a subset is a violation of the
  2538.    copyright of this software and this written manual.
  2539.  
  2540.    In other words, don't try to clone MarxMenu.
  2541.  
  2542.    LICENSE AGREEMENT:
  2543.    LICENSE AGREEMENT:
  2544.    LICENSE AGREEMENT:
  2545.  
  2546.    You are licensed to use this program on a single CPU or workstation. If
  2547.    you are running on a network, you are required to license a separate
  2548.    copy for each workstation or a file server license for each file server.
  2549.    If you are running on a multiuser operating system such as Concurrent
  2550.    DOS, you are required to license a copy for each workstation. Everyone
  2551.    who uses this menu, must license a copy unless several people share the
  2552.    same workstation.
  2553.  
  2554.    This software is licensed and not sold. The license begins when Computer
  2555.    Tyme receives payment in full. You may not transfer, sell, sublease or
  2556.    rent this software without the written consent of Computer Tyme. You are
  2557.    not allowed to distribute MarxMenu in runtime form with software you
  2558.    developed unless it is in combination with a paid for copy of MarxMenu,
  2559.    or you have made special arrangements in writing with Computer Tyme to
  2560.    do so.
  2561.  
  2562.    Use of this product constitutes your acceptance of the terms and
  2563.    conditions of this license and of my copyright and your agreement to
  2564.    abide by these terms and conditions.
  2565.  
  2566.    WARRANTY:
  2567.    WARRANTY:
  2568.    WARRANTY:
  2569.  
  2570.    The warranty is limited to the diskettes to be machine readable for a
  2571.    period of 30 days after purchase. Although we try hard to write perfect
  2572.    software that has no bugs, we do not guarantee that. We also do not
  2573.    guarantee that this product is fit for every purpose and we are not
  2574.    liable for any damages that might occur from use of this product. This
  2575.    agreement is governed by the laws of the State of Missouri.
  2576.  
  2577.  
  2578.  
  2579.    Computer Tyme MarxMenu Users Manual                     Page 2
  2580.    _______________________________________________________________
  2581.  
  2582.  
  2583.    ACKNOWLEDGMENTS:
  2584.    ACKNOWLEDGMENTS:
  2585.    ACKNOWLEDGMENTS:
  2586.  
  2587.    I would like to thank the following people for making this product
  2588.    possible:
  2589.  
  2590.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  2591.    for being good to me and helping with revisions and editing.
  2592.  
  2593.    The Computer Tyme staff for being the best employees in the world.
  2594.  
  2595.    Borland International for writing Turbo Pascal and keeping it bug free
  2596.    and well supported.
  2597.  
  2598.    TurboPower Software for their very powerful extensions to Turbo Pascal
  2599.    and their well written, well supported product.
  2600.  
  2601.    Semware for TEdit and QEdit, their full screen editors.
  2602.  
  2603.    All users who actually paid for this product so that we may continue to
  2604.    eat.
  2605.  
  2606.    Those of you who have pointed out bugs and made suggestions to improve
  2607.    our product.
  2608.  
  2609.    TRADEMARKS
  2610.    TRADEMARKS
  2611.    TRADEMARKS
  2612.  
  2613.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  2614.    are trademarks of Computer Tyme.
  2615.  
  2616.     QEdit and TEdit are trademarks of SemWare.
  2617.     Lotus is a registered trademark of Lotus Development.
  2618.     Wordstar is a registered trademark of MicroPro International.
  2619.     Smart Software is a trademark of Informix.
  2620.     MS-DOS is a trademark of Microsoft.
  2621.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  2622.     Turbo Pascal is a trademark of Borland International.
  2623.     OPRO and TPRO are trademarks of TurboPower Software.
  2624.     Netware and Novell are trademarks of Novell.
  2625.     DesqView and QEMM are trademarks of Quarterdeck.
  2626.     IBM and OS/2 are trademarks of International Business Machines.
  2627.  
  2628.     Created using Turbo Pascal
  2629.     Copyright 1983-90 by Borland International
  2630.  
  2631.    THE MARXMENU NAME
  2632.    THE MARXMENU NAME
  2633.    THE MARXMENU NAME
  2634.  
  2635.    When I first wrote this program my friends referred to it as Marc's
  2636.    Menu. The Names .................................  166
  2637.        -- Window .........................................  166
  2638.        -- WindowHeight ...................................  166
  2639.        -- WindowWidth ....................................  166
  2640.        -- WinX ...........................................  167
  2641.        -- WinY ...........................................  167
  2642.        -- Write ..........................................  167
  2643.        -- WriteCenter ....................................  167
  2644.        -- WriteFileBlock .................................  167
  2645. è       -- Writeln ........................................  167
  2646.        -- WriteTextFile ..................................  167
  2647.  
  2648.  
  2649.  
  2650.    Computer Tyme MarxMenu * Table of Contents              Page 15
  2651.    _______________________________________________________________
  2652.  
  2653.  
  2654.        -- WriteVertical ..................................  168
  2655.        -- Xor ............................................  168
  2656.        -- Year ...........................................  168
  2657.        -- YearOf .........................................  168
  2658.        String Constants ..................................  169
  2659.        Time and Date Constants ...........................  169
  2660.        Video Constants ...................................  170
  2661.        Color Constants ...................................  170
  2662.        Boolean Constants .................................  170
  2663.        Conditional Statements ............................  170
  2664.        Environment Variables used by MarxMenu ............  171
  2665.        Command Categories ................................  172
  2666.        -- Misc Commands ..................................  173
  2667.        -- Math Commands ..................................  173
  2668.        -- Float Commands .................................  174
  2669.        -- String Commands ................................  175
  2670.        -- Variable Commands ..............................  176
  2671.        -- Boolean Commands ...............................  176
  2672.        -- Array Commands .................................  177
  2673.        -- Memory Commands ................................  178
  2674.        -- Novell Commands ................................  178
  2675.        -- MSNet Commands .................................  180
  2676.        -- Vines Commands .................................  180
  2677.        -- Time Commands ..................................  181
  2678.        -- Execution Commands .............................  182
  2679.        -- Display Commands ...............................  182
  2680.        -- Color Commands .................................  184
  2681.        -- Environment Commands ...........................  184
  2682.        -- System Commands ................................  185
  2683.        -- File Commands ..................................  185
  2684.        -- Ansi Commands ..................................  186
  2685.        -- Printer Commands ...............................  186
  2686.        -- International Commands .........................  186
  2687.        -- DesqView Commands ..............................  187
  2688.        -- Conditional Commands ...........................  187
  2689.        -- Keyboard Commands ..............................  188
  2690.        -- MouseControl Commands ..........................  188
  2691.        -- Music Commands .................................  188
  2692.  
  2693.  
  2694.  
  2695.    Computer Tyme MarxMenu Users Manual                     Page 1
  2696.    _______________________________________________________________
  2697.  
  2698.  
  2699.    COPYRIGHT
  2700.    COPYRIGHT
  2701.    COPYRIGHT
  2702.  
  2703.    This manual is copyrighted material and all rights are reserved.
  2704.    MarxMenu is a programming language which describes to the computer what
  2705.    it is supposed to do. Even though some of the individual words in
  2706.    MarxMenu are used in other programming languages, I claim a copyright on
  2707.    the collection of words which make up the MarxMenu language. I therefore
  2708.    consider it an infringement of my CopyRight to create a software product
  2709.    which uses the MarxMenu language, or translates MarxMenu source code,
  2710.    without purchasing a license to do so.
  2711.  
  2712.    The combinations of definitions of commands in this manual constitute a
  2713.    copyrighted work. Any publication which describes a computer language
  2714.    for which the MarxMenu command set is a subset is a violation of the
  2715.    copyright of this software and this written manual.
  2716.  
  2717.    In other words, don't try to clone MarxMenu.
  2718.  
  2719.    LICENSE AGREEMENT:
  2720.    LICENSE AGREEMENT:
  2721.    LICENSE AGREEMENT:
  2722.  
  2723.    You are licensed to use this program on a single CPU or workstation. If
  2724.    you are running on a network, you are required to license a separate
  2725.    copy for each workstation or a file server license for each file server.
  2726.    If you are running on a multiuser operating system such as Concurrent
  2727.    DOS, you are required to license a copy for each workstation. Everyone
  2728.    who uses this menu, must license a copy unless several people share the
  2729.    same workstation.
  2730.  
  2731.    This software is licensed and not sold. The license begins when Computer
  2732.    Tyme receives payment in full. You may not transfer, sell, sublease or
  2733.    rent this software without the written consent of Computer Tyme. You are
  2734.    not allowed to distribute MarxMenu in runtime form with software you
  2735.    developed unless it is in combination with a paid for copy of MarxMenu,
  2736.    or you have made special arrangements in writing with Computer Tyme to
  2737.    do so.
  2738.  
  2739.    Use of this product constitutes your acceptance of the terms and
  2740.    conditions of this license and of my copyright and your agreement to
  2741.    abide by these terms and conditions.
  2742.  
  2743.    WARRANTY:
  2744.    WARRANTY:
  2745.    WARRANTY:
  2746.  
  2747.    The warranty is limited to the diskettes to be machine readable for a
  2748.    period of 30 days after purchase. Although we try hard to write perfect
  2749.    software that has no bugs, we do not guarantee that. We also do not
  2750.    guarantee that this product is fit for every purpose and we are not
  2751.    liable for any damages that might occur from use of this product. This
  2752.    agreement is governed by the laws of the State of Missouri.
  2753.  
  2754.  
  2755.  
  2756.    Computer Tyme MarxMenu Users Manual                     Page 2
  2757.    _______________________________________________________________
  2758.  
  2759.  
  2760.    ACKNOWLEDGMENTS:
  2761.    ACKNOWLEDGMENTS:
  2762.    ACKNOWLEDGMENTS:
  2763.  
  2764.    I would like to thank the following people for making this product
  2765.    possible:
  2766.  
  2767.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  2768.    for being good to me and helping with revisions and editing.
  2769.  
  2770.    The Computer Tyme staff for being the best employees in the world.
  2771.  
  2772.    Borland International for writing Turbo Pascal and keeping it bug free
  2773.    and well supported.
  2774.  
  2775.    TurboPower Software for their very powerful extensions to Turbo Pascal
  2776.    and their well written, well supported product.
  2777.  
  2778.    Semware for TEdit and QEdit, their full screen editors.
  2779.  
  2780.    All users who actually paid for this product so that we may continue to
  2781.    eat.
  2782.  
  2783.    Those of you who have pointed out bugs and made suggestions to improve
  2784.    our product.
  2785.  
  2786.    TRADEMARKS
  2787.    TRADEMARKS
  2788.    TRADEMARKS
  2789.  
  2790.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  2791.    are trademarks of Computer Tyme.
  2792.  
  2793.     QEdit and TEdit are trademarks of SemWare.
  2794.     Lotus is a registered trademark of Lotus Development.
  2795.     Wordstar is a registered trademark of MicroPro International.
  2796.     Smart Software is a trademark of Informix.
  2797.     MS-DOS is a trademark of Microsoft.
  2798.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  2799.     Turbo Pascal is a trademark of Borland International.
  2800.     OPRO and TPRO are trademarks of TurboPower Software.
  2801.     Netware and Novell are trademarks of Novell.
  2802.     DesqView and QEMM are trademarks of Quarterdeck.
  2803.     IBM and OS/2 are trademarks of International Business Machines.
  2804.  
  2805.     Created using Turbo Pascal
  2806.     Copyright 1983-90 by Borland International
  2807.  
  2808.    THE MARXMENU NAME
  2809.    THE MARXMENU NAME
  2810.    THE MARXMENU NAME
  2811.  
  2812.    When I first wrote this program my friends referred to it as Marc's
  2813.    Menu. The Names .................................  166
  2814.        -- Window .........................................  166
  2815.        -- WindowHeight ...................................  166
  2816.        -- WindowWidth ....................................  166
  2817.        -- WinX ...........................................  167
  2818.        -- WinY ...........................................  167
  2819.        -- Write ..........................................  167
  2820.        -- WriteCenter ....................................  167
  2821.        -- WriteFileBlock .................................  167
  2822. è       -- Writeln ........................................  167
  2823.        -- WriteTextFile ..................................  167
  2824.  
  2825.  
  2826.  
  2827.    Computer Tyme MarxMenu * Table of Contents              Page 15
  2828.    _______________________________________________________________
  2829.  
  2830.  
  2831.        -- WriteVertical ..................................  168
  2832.        -- Xor ............................................  168
  2833.        -- Year ...........................................  168
  2834.        -- YearOf .........................................  168
  2835.        String Constants ..................................  169
  2836.        Time and Date Constants ...........................  169
  2837.        Video Constants ...................................  170
  2838.        Color Constants ...................................  170
  2839.        Boolean Constants .................................  170
  2840.        Conditional Statements ............................  170
  2841.        Environment Variables used by MarxMenu ............  171
  2842.        Command Categories ................................  172
  2843.        -- Misc Commands ..................................  173
  2844.        -- Math Commands ..................................  173
  2845.        -- Float Commands .................................  174
  2846.        -- String Commands ................................  175
  2847.        -- Variable Commands ..............................  176
  2848.        -- Boolean Commands ...............................  176
  2849.        -- Array Commands .................................  177
  2850.        -- Memory Commands ................................  178
  2851.        -- Novell Commands ................................  178
  2852.        -- MSNet Commands .................................  180
  2853.        -- Vines Commands .................................  180
  2854.        -- Time Commands ..................................  181
  2855.        -- Execution Commands .............................  182
  2856.        -- Display Commands ...............................  182
  2857.        -- Color Commands .................................  184
  2858.        -- Environment Commands ...........................  184
  2859.        -- System Commands ................................  185
  2860.        -- File Commands ..................................  185
  2861.        -- Ansi Commands ..................................  186
  2862.        -- Printer Commands ...............................  186
  2863.        -- International Commands .........................  186
  2864.        -- DesqView Commands ..............................  187
  2865.        -- Conditional Commands ...........................  187
  2866.        -- Keyboard Commands ..............................  188
  2867.        -- MouseControl Commands ..........................  188
  2868.        -- Music Commands .................................  188
  2869.  
  2870.  
  2871.  
  2872.    Computer Tyme MarxMenu Users Manual                     Page 1
  2873.    _______________________________________________________________
  2874.  
  2875.  
  2876.    COPYRIGHT
  2877.    COPYRIGHT
  2878.    COPYRIGHT
  2879.  
  2880.    This manual is copyrighted material and all rights are reserved.
  2881.    MarxMenu is a programming language which describes to the computer what
  2882.    it is supposed to do. Even though some of the individual words in
  2883.    MarxMenu are used in other programming languages, I claim a copyright on
  2884.    the collection of words which make up the MarxMenu language. I therefore
  2885.    consider it an infringement of my CopyRight to create a software product
  2886.    which uses the MarxMenu language, or translates MarxMenu source code,
  2887.    without purchasing a license to do so.
  2888.  
  2889.    The combinations of definitions of commands in this manual constitute a
  2890.    copyrighted work. Any publication which describes a computer language
  2891.    for which the MarxMenu command set is a subset is a violation of the
  2892.    copyright of this software and this written manual.
  2893.  
  2894.    In other words, don't try to clone MarxMenu.
  2895.  
  2896.    LICENSE AGREEMENT:
  2897.    LICENSE AGREEMENT:
  2898.    LICENSE AGREEMENT:
  2899.  
  2900.    You are licensed to use this program on a single CPU or workstation. If
  2901.    you are running on a network, you are required to license a separate
  2902.    copy for each workstation or a file server license for each file server.
  2903.    If you are running on a multiuser operating system such as Concurrent
  2904.    DOS, you are required to license a copy for each workstation. Everyone
  2905.    who uses this menu, must license a copy unless several people share the
  2906.    same workstation.
  2907.  
  2908.    This software is licensed and not sold. The license begins when Computer
  2909.    Tyme receives payment in full. You may not transfer, sell, sublease or
  2910.    rent this software without the written consent of Computer Tyme. You are
  2911.    not allowed to distribute MarxMenu in runtime form with software you
  2912.    developed unless it is in combination with a paid for copy of MarxMenu,
  2913.    or you have made special arrangements in writing with Computer Tyme to
  2914.    do so.
  2915.  
  2916.    Use of this product constitutes your acceptance of the terms and
  2917.    conditions of this license and of my copyright and your agreement to
  2918.    abide by these terms and conditions.
  2919.  
  2920.    WARRANTY:
  2921.    WARRANTY:
  2922.    WARRANTY:
  2923.  
  2924.    The warranty is limited to the diskettes to be machine readable for a
  2925.    period of 30 days after purchase. Although we try hard to write perfect
  2926.    software that has no bugs, we do not guarantee that. We also do not
  2927.    guarantee that this product is fit for every purpose and we are not
  2928.    liable for any damages that might occur from use of this product. This
  2929.    agreement is governed by the laws of the State of Missouri.
  2930.  
  2931.  
  2932.  
  2933.    Computer Tyme MarxMenu Users Manual                     Page 2
  2934.    _______________________________________________________________
  2935.  
  2936.  
  2937.    ACKNOWLEDGMENTS:
  2938.    ACKNOWLEDGMENTS:
  2939.    ACKNOWLEDGMENTS:
  2940.  
  2941.    I would like to thank the following people for making this product
  2942.    possible:
  2943.  
  2944.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  2945.    for being good to me and helping with revisions and editing.
  2946.  
  2947.    The Computer Tyme staff for being the best employees in the world.
  2948.  
  2949.    Borland International for writing Turbo Pascal and keeping it bug free
  2950.    and well supported.
  2951.  
  2952.    TurboPower Software for their very powerful extensions to Turbo Pascal
  2953.    and their well written, well supported product.
  2954.  
  2955.    Semware for TEdit and QEdit, their full screen editors.
  2956.  
  2957.    All users who actually paid for this product so that we may continue to
  2958.    eat.
  2959.  
  2960.    Those of you who have pointed out bugs and made suggestions to improve
  2961.    our product.
  2962.  
  2963.    TRADEMARKS
  2964.    TRADEMARKS
  2965.    TRADEMARKS
  2966.  
  2967.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  2968.    are trademarks of Computer Tyme.
  2969.  
  2970.     QEdit and TEdit are trademarks of SemWare.
  2971.     Lotus is a registered trademark of Lotus Development.
  2972.     Wordstar is a registered trademark of MicroPro International.
  2973.     Smart Software is a trademark of Informix.
  2974.     MS-DOS is a trademark of Microsoft.
  2975.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  2976.     Turbo Pascal is a trademark of Borland International.
  2977.     OPRO and TPRO are trademarks of TurboPower Software.
  2978.     Netware and Novell are trademarks of Novell.
  2979.     DesqView and QEMM are trademarks of Quarterdeck.
  2980.     IBM and OS/2 are trademarks of International Business Machines.
  2981.  
  2982.     Created using Turbo Pascal
  2983.     Copyright 1983-90 by Borland International
  2984.  
  2985.    THE MARXMENU NAME
  2986.    THE MARXMENU NAME
  2987.    THE MARXMENU NAME
  2988.  
  2989.    When I first wrote this program my friends referred to it as Marc's
  2990.    Menu. The Names .................................  166
  2991.        -- Window .........................................  166
  2992.        -- WindowHeight ...................................  166
  2993.        -- WindowWidth ....................................  166
  2994.        -- WinX ...........................................  167
  2995.        -- WinY ...........................................  167
  2996.        -- Write ..........................................  167
  2997.        -- WriteCenter ....................................  167
  2998.        -- WriteFileBlock .................................  167
  2999. è       -- Writeln ........................................  167
  3000.        -- WriteTextFile ..................................  167
  3001.  
  3002.  
  3003.  
  3004.    Computer Tyme MarxMenu * Table of Contents              Page 15
  3005.    _______________________________________________________________
  3006.  
  3007.  
  3008.        -- WriteVertical ..................................  168
  3009.        -- Xor ............................................  168
  3010.        -- Year ...........................................  168
  3011.        -- YearOf .........................................  168
  3012.        String Constants ..................................  169
  3013.        Time and Date Constants ...........................  169
  3014.        Video Constants ...................................  170
  3015.        Color Constants ...................................  170
  3016.        Boolean Constants .................................  170
  3017.        Conditional Statements ............................  170
  3018.        Environment Variables used by MarxMenu ............  171
  3019.        Command Categories ................................  172
  3020.        -- Misc Commands ..................................  173
  3021.        -- Math Commands ..................................  173
  3022.        -- Float Commands .................................  174
  3023.        -- String Commands ................................  175
  3024.        -- Variable Commands ..............................  176
  3025.        -- Boolean Commands ...............................  176
  3026.        -- Array Commands .................................  177
  3027.        -- Memory Commands ................................  178
  3028.        -- Novell Commands ................................  178
  3029.        -- MSNet Commands .................................  180
  3030.        -- Vines Commands .................................  180
  3031.        -- Time Commands ..................................  181
  3032.        -- Execution Commands .............................  182
  3033.        -- Display Commands ...............................  182
  3034.        -- Color Commands .................................  184
  3035.        -- Environment Commands ...........................  184
  3036.        -- System Commands ................................  185
  3037.        -- File Commands ..................................  185
  3038.        -- Ansi Commands ..................................  186
  3039.        -- Printer Commands ...............................  186
  3040.        -- International Commands .........................  186
  3041.        -- DesqView Commands ..............................  187
  3042.        -- Conditional Commands ...........................  187
  3043.        -- Keyboard Commands ..............................  188
  3044.        -- MouseControl Commands ..........................  188
  3045.        -- Music Commands .................................  188
  3046.  
  3047.  
  3048.  
  3049.    Computer Tyme MarxMenu Users Manual                     Page 1
  3050.    _______________________________________________________________
  3051.  
  3052.  
  3053.    COPYRIGHT
  3054.    COPYRIGHT
  3055.    COPYRIGHT
  3056.  
  3057.    This manual is copyrighted material and all rights are reserved.
  3058.    MarxMenu is a programming language which describes to the computer what
  3059.    it is supposed to do. Even though some of the individual words in
  3060.    MarxMenu are used in other programming languages, I claim a copyright on
  3061.    the collection of words which make up the MarxMenu language. I therefore
  3062.    consider it an infringement of my CopyRight to create a software product
  3063.    which uses the MarxMenu language, or translates MarxMenu source code,
  3064.    without purchasing a license to do so.
  3065.  
  3066.    The combinations of definitions of commands in this manual constitute a
  3067.    copyrighted work. Any publication which describes a computer language
  3068.    for which the MarxMenu command set is a subset is a violation of the
  3069.    copyright of this software and this written manual.
  3070.  
  3071.    In other words, don't try to clone MarxMenu.
  3072.  
  3073.    LICENSE AGREEMENT:
  3074.    LICENSE AGREEMENT:
  3075.    LICENSE AGREEMENT:
  3076.  
  3077.    You are licensed to use this program on a single CPU or workstation. If
  3078.    you are running on a network, you are required to license a separate
  3079.    copy for each workstation or a file server license for each file server.
  3080.    If you are running on a multiuser operating system such as Concurrent
  3081.    DOS, you are required to license a copy for each workstation. Everyone
  3082.    who uses this menu, must license a copy unless several people share the
  3083.    same workstation.
  3084.  
  3085.    This software is licensed and not sold. The license begins when Computer
  3086.    Tyme receives payment in full. You may not transfer, sell, sublease or
  3087.    rent this software without the written consent of Computer Tyme. You are
  3088.    not allowed to distribute MarxMenu in runtime form with software you
  3089.    developed unless it is in combination with a paid for copy of MarxMenu,
  3090.    or you have made special arrangements in writing with Computer Tyme to
  3091.    do so.
  3092.  
  3093.    Use of this product constitutes your acceptance of the terms and
  3094.    conditions of this license and of my copyright and your agreement to
  3095.    abide by these terms and conditions.
  3096.  
  3097.    WARRANTY:
  3098.    WARRANTY:
  3099.    WARRANTY:
  3100.  
  3101.    The warranty is limited to the diskettes to be machine readable for a
  3102.    period of 30 days after purchase. Although we try hard to write perfect
  3103.    software that has no bugs, we do not guarantee that. We also do not
  3104.    guarantee that this product is fit for every purpose and we are not
  3105.    liable for any damages that might occur from use of this product. This
  3106.    agreement is governed by the laws of the State of Missouri.
  3107.  
  3108.  
  3109.  
  3110.    Computer Tyme MarxMenu Users Manual                     Page 2
  3111.    _______________________________________________________________
  3112.  
  3113.  
  3114.    ACKNOWLEDGMENTS:
  3115.    ACKNOWLEDGMENTS:
  3116.    ACKNOWLEDGMENTS:
  3117.  
  3118.    I would like to thank the following people for making this product
  3119.    possible:
  3120.  
  3121.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  3122.    for being good to me and helping with revisions and editing.
  3123.  
  3124.    The Computer Tyme staff for being the best employees in the world.
  3125.  
  3126.    Borland International for writing Turbo Pascal and keeping it bug free
  3127.    and well supported.
  3128.  
  3129.    TurboPower Software for their very powerful extensions to Turbo Pascal
  3130.    and their well written, well supported product.
  3131.  
  3132.    Semware for TEdit and QEdit, their full screen editors.
  3133.  
  3134.    All users who actually paid for this product so that we may continue to
  3135.    eat.
  3136.  
  3137.    Those of you who have pointed out bugs and made suggestions to improve
  3138.    our product.
  3139.  
  3140.    TRADEMARKS
  3141.    TRADEMARKS
  3142.    TRADEMARKS
  3143.  
  3144.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  3145.    are trademarks of Computer Tyme.
  3146.  
  3147.     QEdit and TEdit are trademarks of SemWare.
  3148.     Lotus is a registered trademark of Lotus Development.
  3149.     Wordstar is a registered trademark of MicroPro International.
  3150.     Smart Software is a trademark of Informix.
  3151.     MS-DOS is a trademark of Microsoft.
  3152.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  3153.     Turbo Pascal is a trademark of Borland International.
  3154.     OPRO and TPRO are trademarks of TurboPower Software.
  3155.     Netware and Novell are trademarks of Novell.
  3156.     DesqView and QEMM are trademarks of Quarterdeck.
  3157.     IBM and OS/2 are trademarks of International Business Machines.
  3158.  
  3159.     Created using Turbo Pascal
  3160.     Copyright 1983-90 by Borland International
  3161.  
  3162.    THE MARXMENU NAME
  3163.    THE MARXMENU NAME
  3164.    THE MARXMENU NAME
  3165.  
  3166.    When I first wrote this program my friends referred to it as Marc's
  3167.    Menu. The Names .................................  166
  3168.        -- Window .........................................  166
  3169.        -- WindowHeight ...................................  166
  3170.        -- WindowWidth ....................................  166
  3171.        -- WinX ...........................................  167
  3172.        -- WinY ...........................................  167
  3173.        -- Write ..........................................  167
  3174.        -- WriteCenter ....................................  167
  3175.        -- WriteFileBlock .................................  167
  3176. è       -- Writeln ........................................  167
  3177.        -- WriteTextFile ..................................  167
  3178.  
  3179.  
  3180.  
  3181.    Computer Tyme MarxMenu * Table of Contents              Page 15
  3182.    _______________________________________________________________
  3183.  
  3184.  
  3185.        -- WriteVertical ..................................  168
  3186.        -- Xor ............................................  168
  3187.        -- Year ...........................................  168
  3188.        -- YearOf .........................................  168
  3189.        String Constants ..................................  169
  3190.        Time and Date Constants ...........................  169
  3191.        Video Constants ...................................  170
  3192.        Color Constants ...................................  170
  3193.        Boolean Constants .................................  170
  3194.        Conditional Statements ............................  170
  3195.        Environment Variables used by MarxMenu ............  171
  3196.        Command Categories ................................  172
  3197.        -- Misc Commands ..................................  173
  3198.        -- Math Commands ..................................  173
  3199.        -- Float Commands .................................  174
  3200.        -- String Commands ................................  175
  3201.        -- Variable Commands ..............................  176
  3202.        -- Boolean Commands ...............................  176
  3203.        -- Array Commands .................................  177
  3204.        -- Memory Commands ................................  178
  3205.        -- Novell Commands ................................  178
  3206.        -- MSNet Commands .................................  180
  3207.        -- Vines Commands .................................  180
  3208.        -- Time Commands ..................................  181
  3209.        -- Execution Commands .............................  182
  3210.        -- Display Commands ...............................  182
  3211.        -- Color Commands .................................  184
  3212.        -- Environment Commands ...........................  184
  3213.        -- System Commands ................................  185
  3214.        -- File Commands ..................................  185
  3215.        -- Ansi Commands ..................................  186
  3216.        -- Printer Commands ...............................  186
  3217.        -- International Commands .........................  186
  3218.        -- DesqView Commands ..............................  187
  3219.        -- Conditional Commands ...........................  187
  3220.        -- Keyboard Commands ..............................  188
  3221.        -- MouseControl Commands ..........................  188
  3222.        -- Music Commands .................................  188
  3223.  
  3224.  
  3225.  
  3226.    Computer Tyme MarxMenu Users Manual                     Page 1
  3227.    _______________________________________________________________
  3228.  
  3229.  
  3230.    COPYRIGHT
  3231.    COPYRIGHT
  3232.    COPYRIGHT
  3233.  
  3234.    This manual is copyrighted material and all rights are reserved.
  3235.    MarxMenu is a programming language which describes to the computer what
  3236.    it is supposed to do. Even though some of the individual words in
  3237.    MarxMenu are used in other programming languages, I claim a copyright on
  3238.    the collection of words which make up the MarxMenu language. I therefore
  3239.    consider it an infringement of my CopyRight to create a software product
  3240.    which uses the MarxMenu language, or translates MarxMenu source code,
  3241.    without purchasing a license to do so.
  3242.  
  3243.    The combinations of definitions of commands in this manual constitute a
  3244.    copyrighted work. Any publication which describes a computer language
  3245.    for which the MarxMenu command set is a subset is a violation of the
  3246.    copyright of this software and this written manual.
  3247.  
  3248.    In other words, don't try to clone MarxMenu.
  3249.  
  3250.    LICENSE AGREEMENT:
  3251.    LICENSE AGREEMENT:
  3252.    LICENSE AGREEMENT:
  3253.  
  3254.    You are licensed to use this program on a single CPU or workstation. If
  3255.    you are running on a network, you are required to license a separate
  3256.    copy for each workstation or a file server license for each file server.
  3257.    If you are running on a multiuser operating system such as Concurrent
  3258.    DOS, you are required to license a copy for each workstation. Everyone
  3259.    who uses this menu, must license a copy unless several people share the
  3260.    same workstation.
  3261.  
  3262.    This software is licensed and not sold. The license begins when Computer
  3263.    Tyme receives payment in full. You may not transfer, sell, sublease or
  3264.    rent this software without the written consent of Computer Tyme. You are
  3265.    not allowed to distribute MarxMenu in runtime form with software you
  3266.    developed unless it is in combination with a paid for copy of MarxMenu,
  3267.    or you have made special arrangements in writing with Computer Tyme to
  3268.    do so.
  3269.  
  3270.    Use of this product constitutes your acceptance of the terms and
  3271.    conditions of this license and of my copyright and your agreement to
  3272.    abide by these terms and conditions.
  3273.  
  3274.    WARRANTY:
  3275.    WARRANTY:
  3276.    WARRANTY:
  3277.  
  3278.    The warranty is limited to the diskettes to be machine readable for a
  3279.    period of 30 days after purchase. Although we try hard to write perfect
  3280.    software that has no bugs, we do not guarantee that. We also do not
  3281.    guarantee that this product is fit for every purpose and we are not
  3282.    liable for any damages that might occur from use of this product. This
  3283.    agreement is governed by the laws of the State of Missouri.
  3284.  
  3285.  
  3286.  
  3287.    Computer Tyme MarxMenu Users Manual                     Page 2
  3288.    _______________________________________________________________
  3289.  
  3290.  
  3291.    ACKNOWLEDGMENTS:
  3292.    ACKNOWLEDGMENTS:
  3293.    ACKNOWLEDGMENTS:
  3294.  
  3295.    I would like to thank the following people for making this product
  3296.    possible:
  3297.  
  3298.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  3299.    for being good to me and helping with revisions and editing.
  3300.  
  3301.    The Computer Tyme staff for being the best employees in the world.
  3302.  
  3303.    Borland International for writing Turbo Pascal and keeping it bug free
  3304.    and well supported.
  3305.  
  3306.    TurboPower Software for their very powerful extensions to Turbo Pascal
  3307.    and their well written, well supported product.
  3308.  
  3309.    Semware for TEdit and QEdit, their full screen editors.
  3310.  
  3311.    All users who actually paid for this product so that we may continue to
  3312.    eat.
  3313.  
  3314.    Those of you who have pointed out bugs and made suggestions to improve
  3315.    our product.
  3316.  
  3317.    TRADEMARKS
  3318.    TRADEMARKS
  3319.    TRADEMARKS
  3320.  
  3321.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  3322.    are trademarks of Computer Tyme.
  3323.  
  3324.     QEdit and TEdit are trademarks of SemWare.
  3325.     Lotus is a registered trademark of Lotus Development.
  3326.     Wordstar is a registered trademark of MicroPro International.
  3327.     Smart Software is a trademark of Informix.
  3328.     MS-DOS is a trademark of Microsoft.
  3329.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  3330.     Turbo Pascal is a trademark of Borland International.
  3331.     OPRO and TPRO are trademarks of TurboPower Software.
  3332.     Netware and Novell are trademarks of Novell.
  3333.     DesqView and QEMM are trademarks of Quarterdeck.
  3334.     IBM and OS/2 are trademarks of International Business Machines.
  3335.  
  3336.     Created using Turbo Pascal
  3337.     Copyright 1983-90 by Borland International
  3338.  
  3339.    THE MARXMENU NAME
  3340.    THE MARXMENU NAME
  3341.    THE MARXMENU NAME
  3342.  
  3343.    When I first wrote this program my friends referred to it as Marc's
  3344.    Menu. The Names .................................  166
  3345.        -- Window .........................................  166
  3346.        -- WindowHeight ...................................  166
  3347.        -- WindowWidth ....................................  166
  3348.        -- WinX ...........................................  167
  3349.        -- WinY ...........................................  167
  3350.        -- Write ..........................................  167
  3351.        -- WriteCenter ....................................  167
  3352.        -- WriteFileBlock .................................  167
  3353. è       -- Writeln ........................................  167
  3354.        -- WriteTextFile ..................................  167
  3355.  
  3356.  
  3357.  
  3358.    Computer Tyme MarxMenu * Table of Contents              Page 15
  3359.    _______________________________________________________________
  3360.  
  3361.  
  3362.        -- WriteVertical ..................................  168
  3363.        -- Xor ............................................  168
  3364.        -- Year ...........................................  168
  3365.        -- YearOf .........................................  168
  3366.        String Constants ..................................  169
  3367.        Time and Date Constants ...........................  169
  3368.        Video Constants ...................................  170
  3369.        Color Constants ...................................  170
  3370.        Boolean Constants .................................  170
  3371.        Conditional Statements ............................  170
  3372.        Environment Variables used by MarxMenu ............  171
  3373.        Command Categories ................................  172
  3374.        -- Misc Commands ..................................  173
  3375.        -- Math Commands ..................................  173
  3376.        -- Float Commands .................................  174
  3377.        -- String Commands ................................  175
  3378.        -- Variable Commands ..............................  176
  3379.        -- Boolean Commands ...............................  176
  3380.        -- Array Commands .................................  177
  3381.        -- Memory Commands ................................  178
  3382.        -- Novell Commands ................................  178
  3383.        -- MSNet Commands .................................  180
  3384.        -- Vines Commands .................................  180
  3385.        -- Time Commands ..................................  181
  3386.        -- Execution Commands .............................  182
  3387.        -- Display Commands ...............................  182
  3388.        -- Color Commands .................................  184
  3389.        -- Environment Commands ...........................  184
  3390.        -- System Commands ................................  185
  3391.        -- File Commands ..................................  185
  3392.        -- Ansi Commands ..................................  186
  3393.        -- Printer Commands ...............................  186
  3394.        -- International Commands .........................  186
  3395.        -- DesqView Commands ..............................  187
  3396.        -- Conditional Commands ...........................  187
  3397.        -- Keyboard Commands ..............................  188
  3398.        -- MouseControl Commands ..........................  188
  3399.        -- Music Commands .................................  188
  3400.  
  3401.  
  3402.  
  3403.    Computer Tyme MarxMenu Users Manual                     Page 1
  3404.    _______________________________________________________________
  3405.  
  3406.  
  3407.    COPYRIGHT
  3408.    COPYRIGHT
  3409.    COPYRIGHT
  3410.  
  3411.    This manual is copyrighted material and all rights are reserved.
  3412.    MarxMenu is a programming language which describes to the computer what
  3413.    it is supposed to do. Even though some of the individual words in
  3414.    MarxMenu are used in other programming languages, I claim a copyright on
  3415.    the collection of words which make up the MarxMenu language. I therefore
  3416.    consider it an infringement of my CopyRight to create a software product
  3417.    which uses the MarxMenu language, or translates MarxMenu source code,
  3418.    without purchasing a license to do so.
  3419.  
  3420.    The combinations of definitions of commands in this manual constitute a
  3421.    copyrighted work. Any publication which describes a computer language
  3422.    for which the MarxMenu command set is a subset is a violation of the
  3423.    copyright of this software and this written manual.
  3424.  
  3425.    In other words, don't try to clone MarxMenu.
  3426.  
  3427.    LICENSE AGREEMENT:
  3428.    LICENSE AGREEMENT:
  3429.    LICENSE AGREEMENT:
  3430.  
  3431.    You are licensed to use this program on a single CPU or workstation. If
  3432.    you are running on a network, you are required to license a separate
  3433.    copy for each workstation or a file server license for each file server.
  3434.    If you are running on a multiuser operating system such as Concurrent
  3435.    DOS, you are required to license a copy for each workstation. Everyone
  3436.    who uses this menu, must license a copy unless several people share the
  3437.    same workstation.
  3438.  
  3439.    This software is licensed and not sold. The license begins when Computer
  3440.    Tyme receives payment in full. You may not transfer, sell, sublease or
  3441.    rent this software without the written consent of Computer Tyme. You are
  3442.    not allowed to distribute MarxMenu in runtime form with software you
  3443.    developed unless it is in combination with a paid for copy of MarxMenu,
  3444.    or you have made special arrangements in writing with Computer Tyme to
  3445.    do so.
  3446.  
  3447.    Use of this product constitutes your acceptance of the terms and
  3448.    conditions of this license and of my copyright and your agreement to
  3449.    abide by these terms and conditions.
  3450.  
  3451.    WARRANTY:
  3452.    WARRANTY:
  3453.    WARRANTY:
  3454.  
  3455.    The warranty is limited to the diskettes to be machine readable for a
  3456.    period of 30 days after purchase. Although we try hard to write perfect
  3457.    software that has no bugs, we do not guarantee that. We also do not
  3458.    guarantee that this product is fit for every purpose and we are not
  3459.    liable for any damages that might occur from use of this product. This
  3460.    agreement is governed by the laws of the State of Missouri.
  3461.  
  3462.  
  3463.  
  3464.    Computer Tyme MarxMenu Users Manual                     Page 2
  3465.    _______________________________________________________________
  3466.  
  3467.  
  3468.    ACKNOWLEDGMENTS:
  3469.    ACKNOWLEDGMENTS:
  3470.    ACKNOWLEDGMENTS:
  3471.  
  3472.    I would like to thank the following people for making this product
  3473.    possible:
  3474.  
  3475.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  3476.    for being good to me and helping with revisions and editing.
  3477.  
  3478.    The Computer Tyme staff for being the best employees in the world.
  3479.  
  3480.    Borland International for writing Turbo Pascal and keeping it bug free
  3481.    and well supported.
  3482.  
  3483.    TurboPower Software for their very powerful extensions to Turbo Pascal
  3484.    and their well written, well supported product.
  3485.  
  3486.    Semware for TEdit and QEdit, their full screen editors.
  3487.  
  3488.    All users who actually paid for this product so that we may continue to
  3489.    eat.
  3490.  
  3491.    Those of you who have pointed out bugs and made suggestions to improve
  3492.    our product.
  3493.  
  3494.    TRADEMARKS
  3495.    TRADEMARKS
  3496.    TRADEMARKS
  3497.  
  3498.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  3499.    are trademarks of Computer Tyme.
  3500.  
  3501.     QEdit and TEdit are trademarks of SemWare.
  3502.     Lotus is a registered trademark of Lotus Development.
  3503.     Wordstar is a registered trademark of MicroPro International.
  3504.     Smart Software is a trademark of Informix.
  3505.     MS-DOS is a trademark of Microsoft.
  3506.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  3507.     Turbo Pascal is a trademark of Borland International.
  3508.     OPRO and TPRO are trademarks of TurboPower Software.
  3509.     Netware and Novell are trademarks of Novell.
  3510.     DesqView and QEMM are trademarks of Quarterdeck.
  3511.     IBM and OS/2 are trademarks of International Business Machines.
  3512.  
  3513.     Created using Turbo Pascal
  3514.     Copyright 1983-90 by Borland International
  3515.  
  3516.    THE MARXMENU NAME
  3517.    THE MARXMENU NAME
  3518.    THE MARXMENU NAME
  3519.  
  3520.    When I first wrote this program my friends referred to it as Marc's
  3521.    Menu. The Names .................................  166
  3522.        -- Window .........................................  166
  3523.        -- WindowHeight ...................................  166
  3524.        -- WindowWidth ....................................  166
  3525.        -- WinX ...........................................  167
  3526.        -- WinY ...........................................  167
  3527.        -- Write ..........................................  167
  3528.        -- WriteCenter ....................................  167
  3529.        -- WriteFileBlock .................................  167
  3530. è       -- Writeln ........................................  167
  3531.        -- WriteTextFile ..................................  167
  3532.  
  3533.  
  3534.  
  3535.    Computer Tyme MarxMenu * Table of Contents              Page 15
  3536.    _______________________________________________________________
  3537.  
  3538.  
  3539.        -- WriteVertical ..................................  168
  3540.        -- Xor ............................................  168
  3541.        -- Year ...........................................  168
  3542.        -- YearOf .........................................  168
  3543.        String Constants ..................................  169
  3544.        Time and Date Constants ...........................  169
  3545.        Video Constants ...................................  170
  3546.        Color Constants ...................................  170
  3547.        Boolean Constants .................................  170
  3548.        Conditional Statements ............................  170
  3549.        Environment Variables used by MarxMenu ............  171
  3550.        Command Categories ................................  172
  3551.        -- Misc Commands ..................................  173
  3552.        -- Math Commands ..................................  173
  3553.        -- Float Commands .................................  174
  3554.        -- String Commands ................................  175
  3555.        -- Variable Commands ..............................  176
  3556.        -- Boolean Commands ...............................  176
  3557.        -- Array Commands .................................  177
  3558.        -- Memory Commands ................................  178
  3559.        -- Novell Commands ................................  178
  3560.        -- MSNet Commands .................................  180
  3561.        -- Vines Commands .................................  180
  3562.        -- Time Commands ..................................  181
  3563.        -- Execution Commands .............................  182
  3564.        -- Display Commands ...............................  182
  3565.        -- Color Commands .................................  184
  3566.        -- Environment Commands ...........................  184
  3567.        -- System Commands ................................  185
  3568.        -- File Commands ..................................  185
  3569.        -- Ansi Commands ..................................  186
  3570.        -- Printer Commands ...............................  186
  3571.        -- International Commands .........................  186
  3572.        -- DesqView Commands ..............................  187
  3573.        -- Conditional Commands ...........................  187
  3574.        -- Keyboard Commands ..............................  188
  3575.        -- MouseControl Commands ..........................  188
  3576.        -- Music Commands .................................  188
  3577.  
  3578.  
  3579.  
  3580.    Computer Tyme MarxMenu Users Manual                     Page 1
  3581.    _______________________________________________________________
  3582.  
  3583.  
  3584.    COPYRIGHT
  3585.    COPYRIGHT
  3586.    COPYRIGHT
  3587.  
  3588.    This manual is copyrighted material and all rights are reserved.
  3589.    MarxMenu is a programming language which describes to the computer what
  3590.    it is supposed to do. Even though some of the individual words in
  3591.    MarxMenu are used in other programming languages, I claim a copyright on
  3592.    the collection of words which make up the MarxMenu language. I therefore
  3593.    consider it an infringement of my CopyRight to create a software product
  3594.    which uses the MarxMenu language, or translates MarxMenu source code,
  3595.    without purchasing a license to do so.
  3596.  
  3597.    The combinations of definitions of commands in this manual constitute a
  3598.    copyrighted work. Any publication which describes a computer language
  3599.    for which the MarxMenu command set is a subset is a violation of the
  3600.    copyright of this software and this written manual.
  3601.  
  3602.    In other words, don't try to clone MarxMenu.
  3603.  
  3604.    LICENSE AGREEMENT:
  3605.    LICENSE AGREEMENT:
  3606.    LICENSE AGREEMENT:
  3607.  
  3608.    You are licensed to use this program on a single CPU or workstation. If
  3609.    you are running on a network, you are required to license a separate
  3610.    copy for each workstation or a file server license for each file server.
  3611.    If you are running on a multiuser operating system such as Concurrent
  3612.    DOS, you are required to license a copy for each workstation. Everyone
  3613.    who uses this menu, must license a copy unless several people share the
  3614.    same workstation.
  3615.  
  3616.    This software is licensed and not sold. The license begins when Computer
  3617.    Tyme receives payment in full. You may not transfer, sell, sublease or
  3618.    rent this software without the written consent of Computer Tyme. You are
  3619.    not allowed to distribute MarxMenu in runtime form with software you
  3620.    developed unless it is in combination with a paid for copy of MarxMenu,
  3621.    or you have made special arrangements in writing with Computer Tyme to
  3622.    do so.
  3623.  
  3624.    Use of this product constitutes your acceptance of the terms and
  3625.    conditions of this license and of my copyright and your agreement to
  3626.    abide by these terms and conditions.
  3627.  
  3628.    WARRANTY:
  3629.    WARRANTY:
  3630.    WARRANTY:
  3631.  
  3632.    The warranty is limited to the diskettes to be machine readable for a
  3633.    period of 30 days after purchase. Although we try hard to write perfect
  3634.    software that has no bugs, we do not guarantee that. We also do not
  3635.    guarantee that this product is fit for every purpose and we are not
  3636.    liable for any damages that might occur from use of this product. This
  3637.    agreement is governed by the laws of the State of Missouri.
  3638.  
  3639.  
  3640.  
  3641.    Computer Tyme MarxMenu Users Manual                     Page 2
  3642.    _______________________________________________________________
  3643.  
  3644.  
  3645.    ACKNOWLEDGMENTS:
  3646.    ACKNOWLEDGMENTS:
  3647.    ACKNOWLEDGMENTS:
  3648.  
  3649.    I would like to thank the following people for making this product
  3650.    possible:
  3651.  
  3652.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  3653.    for being good to me and helping with revisions and editing.
  3654.  
  3655.    The Computer Tyme staff for being the best employees in the world.
  3656.  
  3657.    Borland International for writing Turbo Pascal and keeping it bug free
  3658.    and well supported.
  3659.  
  3660.    TurboPower Software for their very powerful extensions to Turbo Pascal
  3661.    and their well written, well supported product.
  3662.  
  3663.    Semware for TEdit and QEdit, their full screen editors.
  3664.  
  3665.    All users who actually paid for this product so that we may continue to
  3666.    eat.
  3667.  
  3668.    Those of you who have pointed out bugs and made suggestions to improve
  3669.    our product.
  3670.  
  3671.    TRADEMARKS
  3672.    TRADEMARKS
  3673.    TRADEMARKS
  3674.  
  3675.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  3676.    are trademarks of Computer Tyme.
  3677.  
  3678.     QEdit and TEdit are trademarks of SemWare.
  3679.     Lotus is a registered trademark of Lotus Development.
  3680.     Wordstar is a registered trademark of MicroPro International.
  3681.     Smart Software is a trademark of Informix.
  3682.     MS-DOS is a trademark of Microsoft.
  3683.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  3684.     Turbo Pascal is a trademark of Borland International.
  3685.     OPRO and TPRO are trademarks of TurboPower Software.
  3686.     Netware and Novell are trademarks of Novell.
  3687.     DesqView and QEMM are trademarks of Quarterdeck.
  3688.     IBM and OS/2 are trademarks of International Business Machines.
  3689.  
  3690.     Created using Turbo Pascal
  3691.     Copyright 1983-90 by Borland International
  3692.  
  3693.    THE MARXMENU NAME
  3694.    THE MARXMENU NAME
  3695.    THE MARXMENU NAME
  3696.  
  3697.    When I first wrote this program my friends referred to it as Marc's
  3698.    Menu. The Names .................................  166
  3699.        -- Window .........................................  166
  3700.        -- WindowHeight ...................................  166
  3701.        -- WindowWidth ....................................  166
  3702.        -- WinX ...........................................  167
  3703.        -- WinY ...........................................  167
  3704.        -- Write ..........................................  167
  3705.        -- WriteCenter ....................................  167
  3706.        -- WriteFileBlock .................................  167
  3707. è       -- Writeln ........................................  167
  3708.        -- WriteTextFile ..................................  167
  3709.  
  3710.  
  3711.  
  3712.    Computer Tyme MarxMenu * Table of Contents              Page 15
  3713.    _______________________________________________________________
  3714.  
  3715.  
  3716.        -- WriteVertical ..................................  168
  3717.        -- Xor ............................................  168
  3718.        -- Year ...........................................  168
  3719.        -- YearOf .........................................  168
  3720.        String Constants ..................................  169
  3721.        Time and Date Constants ...........................  169
  3722.        Video Constants ...................................  170
  3723.        Color Constants ...................................  170
  3724.        Boolean Constants .................................  170
  3725.        Conditional Statements ............................  170
  3726.        Environment Variables used by MarxMenu ............  171
  3727.        Command Categories ................................  172
  3728.        -- Misc Commands ..................................  173
  3729.        -- Math Commands ..................................  173
  3730.        -- Float Commands .................................  174
  3731.        -- String Commands ................................  175
  3732.        -- Variable Commands ..............................  176
  3733.        -- Boolean Commands ...............................  176
  3734.        -- Array Commands .................................  177
  3735.        -- Memory Commands ................................  178
  3736.        -- Novell Commands ................................  178
  3737.        -- MSNet Commands .................................  180
  3738.        -- Vines Commands .................................  180
  3739.        -- Time Commands ..................................  181
  3740.        -- Execution Commands .............................  182
  3741.        -- Display Commands ...............................  182
  3742.        -- Color Commands .................................  184
  3743.        -- Environment Commands ...........................  184
  3744.        -- System Commands ................................  185
  3745.        -- File Commands ..................................  185
  3746.        -- Ansi Commands ..................................  186
  3747.        -- Printer Commands ...............................  186
  3748.        -- International Commands .........................  186
  3749.        -- DesqView Commands ..............................  187
  3750.        -- Conditional Commands ...........................  187
  3751.        -- Keyboard Commands ..............................  188
  3752.        -- MouseControl Commands ..........................  188
  3753.        -- Music Commands .................................  188
  3754.  
  3755.  
  3756.  
  3757.    Computer Tyme MarxMenu Users Manual                     Page 1
  3758.    _______________________________________________________________
  3759.  
  3760.  
  3761.    COPYRIGHT
  3762.    COPYRIGHT
  3763.    COPYRIGHT
  3764.  
  3765.    This manual is copyrighted material and all rights are reserved.
  3766.    MarxMenu is a programming language which describes to the computer what
  3767.    it is supposed to do. Even though some of the individual words in
  3768.    MarxMenu are used in other programming languages, I claim a copyright on
  3769.    the collection of words which make up the MarxMenu language. I therefore
  3770.    consider it an infringement of my CopyRight to create a software product
  3771.    which uses the MarxMenu language, or translates MarxMenu source code,
  3772.    without purchasing a license to do so.
  3773.  
  3774.    The combinations of definitions of commands in this manual constitute a
  3775.    copyrighted work. Any publication which describes a computer language
  3776.    for which the MarxMenu command set is a subset is a violation of the
  3777.    copyright of this software and this written manual.
  3778.  
  3779.    In other words, don't try to clone MarxMenu.
  3780.  
  3781.    LICENSE AGREEMENT:
  3782.    LICENSE AGREEMENT:
  3783.    LICENSE AGREEMENT:
  3784.  
  3785.    You are licensed to use this program on a single CPU or workstation. If
  3786.    you are running on a network, you are required to license a separate
  3787.    copy for each workstation or a file server license for each file server.
  3788.    If you are running on a multiuser operating system such as Concurrent
  3789.    DOS, you are required to license a copy for each workstation. Everyone
  3790.    who uses this menu, must license a copy unless several people share the
  3791.    same workstation.
  3792.  
  3793.    This software is licensed and not sold. The license begins when Computer
  3794.    Tyme receives payment in full. You may not transfer, sell, sublease or
  3795.    rent this software without the written consent of Computer Tyme. You are
  3796.    not allowed to distribute MarxMenu in runtime form with software you
  3797.    developed unless it is in combination with a paid for copy of MarxMenu,
  3798.    or you have made special arrangements in writing with Computer Tyme to
  3799.    do so.
  3800.  
  3801.    Use of this product constitutes your acceptance of the terms and
  3802.    conditions of this license and of my copyright and your agreement to
  3803.    abide by these terms and conditions.
  3804.  
  3805.    WARRANTY:
  3806.    WARRANTY:
  3807.    WARRANTY:
  3808.  
  3809.    The warranty is limited to the diskettes to be machine readable for a
  3810.    period of 30 days after purchase. Although we try hard to write perfect
  3811.    software that has no bugs, we do not guarantee that. We also do not
  3812.    guarantee that this product is fit for every purpose and we are not
  3813.    liable for any damages that might occur from use of this product. This
  3814.    agreement is governed by the laws of the State of Missouri.
  3815.  
  3816.  
  3817.  
  3818.    Computer Tyme MarxMenu Users Manual                     Page 2
  3819.    _______________________________________________________________
  3820.  
  3821.  
  3822.    ACKNOWLEDGMENTS:
  3823.    ACKNOWLEDGMENTS:
  3824.    ACKNOWLEDGMENTS:
  3825.  
  3826.    I would like to thank the following people for making this product
  3827.    possible:
  3828.  
  3829.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  3830.    for being good to me and helping with revisions and editing.
  3831.  
  3832.    The Computer Tyme staff for being the best employees in the world.
  3833.  
  3834.    Borland International for writing Turbo Pascal and keeping it bug free
  3835.    and well supported.
  3836.  
  3837.    TurboPower Software for their very powerful extensions to Turbo Pascal
  3838.    and their well written, well supported product.
  3839.  
  3840.    Semware for TEdit and QEdit, their full screen editors.
  3841.  
  3842.    All users who actually paid for this product so that we may continue to
  3843.    eat.
  3844.  
  3845.    Those of you who have pointed out bugs and made suggestions to improve
  3846.    our product.
  3847.  
  3848.    TRADEMARKS
  3849.    TRADEMARKS
  3850.    TRADEMARKS
  3851.  
  3852.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  3853.    are trademarks of Computer Tyme.
  3854.  
  3855.     QEdit and TEdit are trademarks of SemWare.
  3856.     Lotus is a registered trademark of Lotus Development.
  3857.     Wordstar is a registered trademark of MicroPro International.
  3858.     Smart Software is a trademark of Informix.
  3859.     MS-DOS is a trademark of Microsoft.
  3860.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  3861.     Turbo Pascal is a trademark of Borland International.
  3862.     OPRO and TPRO are trademarks of TurboPower Software.
  3863.     Netware and Novell are trademarks of Novell.
  3864.     DesqView and QEMM are trademarks of Quarterdeck.
  3865.     IBM and OS/2 are trademarks of International Business Machines.
  3866.  
  3867.     Created using Turbo Pascal
  3868.     Copyright 1983-90 by Borland International
  3869.  
  3870.    THE MARXMENU NAME
  3871.    THE MARXMENU NAME
  3872.    THE MARXMENU NAME
  3873.  
  3874.    When I first wrote this program my friends referred to it as Marc's
  3875.    Menu. The Names .................................  166
  3876.        -- Window .........................................  166
  3877.        -- WindowHeight ...................................  166
  3878.        -- WindowWidth ....................................  166
  3879.        -- WinX ...........................................  167
  3880.        -- WinY ...........................................  167
  3881.        -- Write ..........................................  167
  3882.        -- WriteCenter ....................................  167
  3883.        -- WriteFileBlock .................................  167
  3884. è       -- Writeln ........................................  167
  3885.        -- WriteTextFile ..................................  167
  3886.  
  3887.  
  3888.  
  3889.    Computer Tyme MarxMenu * Table of Contents              Page 15
  3890.    _______________________________________________________________
  3891.  
  3892.  
  3893.        -- WriteVertical ..................................  168
  3894.        -- Xor ............................................  168
  3895.        -- Year ...........................................  168
  3896.        -- YearOf .........................................  168
  3897.        String Constants ..................................  169
  3898.        Time and Date Constants ...........................  169
  3899.        Video Constants ...................................  170
  3900.        Color Constants ...................................  170
  3901.        Boolean Constants .................................  170
  3902.        Conditional Statements ............................  170
  3903.        Environment Variables used by MarxMenu ............  171
  3904.        Command Categories ................................  172
  3905.        -- Misc Commands ..................................  173
  3906.        -- Math Commands ..................................  173
  3907.        -- Float Commands .................................  174
  3908.        -- String Commands ................................  175
  3909.        -- Variable Commands ..............................  176
  3910.        -- Boolean Commands ...............................  176
  3911.        -- Array Commands .................................  177
  3912.        -- Memory Commands ................................  178
  3913.        -- Novell Commands ................................  178
  3914.        -- MSNet Commands .................................  180
  3915.        -- Vines Commands .................................  180
  3916.        -- Time Commands ..................................  181
  3917.        -- Execution Commands .............................  182
  3918.        -- Display Commands ...............................  182
  3919.        -- Color Commands .................................  184
  3920.        -- Environment Commands ...........................  184
  3921.        -- System Commands ................................  185
  3922.        -- File Commands ..................................  185
  3923.        -- Ansi Commands ..................................  186
  3924.        -- Printer Commands ...............................  186
  3925.        -- International Commands .........................  186
  3926.        -- DesqView Commands ..............................  187
  3927.        -- Conditional Commands ...........................  187
  3928.        -- Keyboard Commands ..............................  188
  3929.        -- MouseControl Commands ..........................  188
  3930.        -- Music Commands .................................  188
  3931.  
  3932.  
  3933.  
  3934.    Computer Tyme MarxMenu Users Manual                     Page 1
  3935.    _______________________________________________________________
  3936.  
  3937.  
  3938.    COPYRIGHT
  3939.    COPYRIGHT
  3940.    COPYRIGHT
  3941.  
  3942.    This manual is copyrighted material and all rights are reserved.
  3943.    MarxMenu is a programming language which describes to the computer what
  3944.    it is supposed to do. Even though some of the individual words in
  3945.    MarxMenu are used in other programming languages, I claim a copyright on
  3946.    the collection of words which make up the MarxMenu language. I therefore
  3947.    consider it an infringement of my CopyRight to create a software product
  3948.    which uses the MarxMenu language, or translates MarxMenu source code,
  3949.    without purchasing a license to do so.
  3950.  
  3951.    The combinations of definitions of commands in this manual constitute a
  3952.    copyrighted work. Any publication which describes a computer language
  3953.    for which the MarxMenu command set is a subset is a violation of the
  3954.    copyright of this software and this written manual.
  3955.  
  3956.    In other words, don't try to clone MarxMenu.
  3957.  
  3958.    LICENSE AGREEMENT:
  3959.    LICENSE AGREEMENT:
  3960.    LICENSE AGREEMENT:
  3961.  
  3962.    You are licensed to use this program on a single CPU or workstation. If
  3963.    you are running on a network, you are required to license a separate
  3964.    copy for each workstation or a file server license for each file server.
  3965.    If you are running on a multiuser operating system such as Concurrent
  3966.    DOS, you are required to license a copy for each workstation. Everyone
  3967.    who uses this menu, must license a copy unless several people share the
  3968.    same workstation.
  3969.  
  3970.    This software is licensed and not sold. The license begins when Computer
  3971.    Tyme receives payment in full. You may not transfer, sell, sublease or
  3972.    rent this software without the written consent of Computer Tyme. You are
  3973.    not allowed to distribute MarxMenu in runtime form with software you
  3974.    developed unless it is in combination with a paid for copy of MarxMenu,
  3975.    or you have made special arrangements in writing with Computer Tyme to
  3976.    do so.
  3977.  
  3978.    Use of this product constitutes your acceptance of the terms and
  3979.    conditions of this license and of my copyright and your agreement to
  3980.    abide by these terms and conditions.
  3981.  
  3982.    WARRANTY:
  3983.    WARRANTY:
  3984.    WARRANTY:
  3985.  
  3986.    The warranty is limited to the diskettes to be machine readable for a
  3987.    period of 30 days after purchase. Although we try hard to write perfect
  3988.    software that has no bugs, we do not guarantee that. We also do not
  3989.    guarantee that this product is fit for every purpose and we are not
  3990.    liable for any damages that might occur from use of this product. This
  3991.    agreement is governed by the laws of the State of Missouri.
  3992.  
  3993.  
  3994.  
  3995.    Computer Tyme MarxMenu Users Manual                     Page 2
  3996.    _______________________________________________________________
  3997.  
  3998.  
  3999.    ACKNOWLEDGMENTS:
  4000.    ACKNOWLEDGMENTS:
  4001.    ACKNOWLEDGMENTS:
  4002.  
  4003.    I would like to thank the following people for making this product
  4004.    possible:
  4005.  
  4006.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  4007.    for being good to me and helping with revisions and editing.
  4008.  
  4009.    The Computer Tyme staff for being the best employees in the world.
  4010.  
  4011.    Borland International for writing Turbo Pascal and keeping it bug free
  4012.    and well supported.
  4013.  
  4014.    TurboPower Software for their very powerful extensions to Turbo Pascal
  4015.    and their well written, well supported product.
  4016.  
  4017.    Semware for TEdit and QEdit, their full screen editors.
  4018.  
  4019.    All users who actually paid for this product so that we may continue to
  4020.    eat.
  4021.  
  4022.    Those of you who have pointed out bugs and made suggestions to improve
  4023.    our product.
  4024.  
  4025.    TRADEMARKS
  4026.    TRADEMARKS
  4027.    TRADEMARKS
  4028.  
  4029.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  4030.    are trademarks of Computer Tyme.
  4031.  
  4032.     QEdit and TEdit are trademarks of SemWare.
  4033.     Lotus is a registered trademark of Lotus Development.
  4034.     Wordstar is a registered trademark of MicroPro International.
  4035.     Smart Software is a trademark of Informix.
  4036.     MS-DOS is a trademark of Microsoft.
  4037.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  4038.     Turbo Pascal is a trademark of Borland International.
  4039.     OPRO and TPRO are trademarks of TurboPower Software.
  4040.     Netware and Novell are trademarks of Novell.
  4041.     DesqView and QEMM are trademarks of Quarterdeck.
  4042.     IBM and OS/2 are trademarks of International Business Machines.
  4043.  
  4044.     Created using Turbo Pascal
  4045.     Copyright 1983-90 by Borland International
  4046.  
  4047.    THE MARXMENU NAME
  4048.    THE MARXMENU NAME
  4049.    THE MARXMENU NAME
  4050.  
  4051.    When I first wrote this program my friends referred to it as Marc's
  4052.    Menu. The Names .................................  166
  4053.        -- Window .........................................  166
  4054.        -- WindowHeight ...................................  166
  4055.        -- WindowWidth ....................................  166
  4056.        -- WinX ...........................................  167
  4057.        -- WinY ...........................................  167
  4058.        -- Write ..........................................  167
  4059.        -- WriteCenter ....................................  167
  4060.        -- WriteFileBlock .................................  167
  4061. è       -- Writeln ........................................  167
  4062.        -- WriteTextFile ..................................  167
  4063.  
  4064.  
  4065.  
  4066.    Computer Tyme MarxMenu * Table of Contents              Page 15
  4067.    _______________________________________________________________
  4068.  
  4069.  
  4070.        -- WriteVertical ..................................  168
  4071.        -- Xor ............................................  168
  4072.        -- Year ...........................................  168
  4073.        -- YearOf .........................................  168
  4074.        String Constants ..................................  169
  4075.        Time and Date Constants ...........................  169
  4076.        Video Constants ...................................  170
  4077.        Color Constants ...................................  170
  4078.        Boolean Constants .................................  170
  4079.        Conditional Statements ............................  170
  4080.        Environment Variables used by MarxMenu ............  171
  4081.        Command Categories ................................  172
  4082.        -- Misc Commands ..................................  173
  4083.        -- Math Commands ..................................  173
  4084.        -- Float Commands .................................  174
  4085.        -- String Commands ................................  175
  4086.        -- Variable Commands ..............................  176
  4087.        -- Boolean Commands ...............................  176
  4088.        -- Array Commands .................................  177
  4089.        -- Memory Commands ................................  178
  4090.        -- Novell Commands ................................  178
  4091.        -- MSNet Commands .................................  180
  4092.        -- Vines Commands .................................  180
  4093.        -- Time Commands ..................................  181
  4094.        -- Execution Commands .............................  182
  4095.        -- Display Commands ...............................  182
  4096.        -- Color Commands .................................  184
  4097.        -- Environment Commands ...........................  184
  4098.        -- System Commands ................................  185
  4099.        -- File Commands ..................................  185
  4100.        -- Ansi Commands ..................................  186
  4101.        -- Printer Commands ...............................  186
  4102.        -- International Commands .........................  186
  4103.        -- DesqView Commands ..............................  187
  4104.        -- Conditional Commands ...........................  187
  4105.        -- Keyboard Commands ..............................  188
  4106.        -- MouseControl Commands ..........................  188
  4107.        -- Music Commands .................................  188
  4108.  
  4109.  
  4110.  
  4111.    Computer Tyme MarxMenu Users Manual                     Page 1
  4112.    _______________________________________________________________
  4113.  
  4114.  
  4115.    COPYRIGHT
  4116.    COPYRIGHT
  4117.    COPYRIGHT
  4118.  
  4119.    This manual is copyrighted material and all rights are reserved.
  4120.    MarxMenu is a programming language which describes to the computer what
  4121.    it is supposed to do. Even though some of the individual words in
  4122.    MarxMenu are used in other programming languages, I claim a copyright on
  4123.    the collection of words which make up the MarxMenu language. I therefore
  4124.    consider it an infringement of my CopyRight to create a software product
  4125.    which uses the MarxMenu language, or translates MarxMenu source code,
  4126.    without purchasing a license to do so.
  4127.  
  4128.    The combinations of definitions of commands in this manual constitute a
  4129.    copyrighted work. Any publication which describes a computer language
  4130.    for which the MarxMenu command set is a subset is a violation of the
  4131.    copyright of this software and this written manual.
  4132.  
  4133.    In other words, don't try to clone MarxMenu.
  4134.  
  4135.    LICENSE AGREEMENT:
  4136.    LICENSE AGREEMENT:
  4137.    LICENSE AGREEMENT:
  4138.  
  4139.    You are licensed to use this program on a single CPU or workstation. If
  4140.    you are running on a network, you are required to license a separate
  4141.    copy for each workstation or a file server license for each file server.
  4142.    If you are running on a multiuser operating system such as Concurrent
  4143.    DOS, you are required to license a copy for each workstation. Everyone
  4144.    who uses this menu, must license a copy unless several people share the
  4145.    same workstation.
  4146.  
  4147.    This software is licensed and not sold. The license begins when Computer
  4148.    Tyme receives payment in full. You may not transfer, sell, sublease or
  4149.    rent this software without the written consent of Computer Tyme. You are
  4150.    not allowed to distribute MarxMenu in runtime form with software you
  4151.    developed unless it is in combination with a paid for copy of MarxMenu,
  4152.    or you have made special arrangements in writing with Computer Tyme to
  4153.    do so.
  4154.  
  4155.    Use of this product constitutes your acceptance of the terms and
  4156.    conditions of this license and of my copyright and your agreement to
  4157.    abide by these terms and conditions.
  4158.  
  4159.    WARRANTY:
  4160.    WARRANTY:
  4161.    WARRANTY:
  4162.  
  4163.    The warranty is limited to the diskettes to be machine readable for a
  4164.    period of 30 days after purchase. Although we try hard to write perfect
  4165.    software that has no bugs, we do not guarantee that. We also do not
  4166.    guarantee that this product is fit for every purpose and we are not
  4167.    liable for any damages that might occur from use of this product. This
  4168.    agreement is governed by the laws of the State of Missouri.
  4169.  
  4170.  
  4171.  
  4172.    Computer Tyme MarxMenu Users Manual                     Page 2
  4173.    _______________________________________________________________
  4174.  
  4175.  
  4176.    ACKNOWLEDGMENTS:
  4177.    ACKNOWLEDGMENTS:
  4178.    ACKNOWLEDGMENTS:
  4179.  
  4180.    I would like to thank the following people for making this product
  4181.    possible:
  4182.  
  4183.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  4184.    for being good to me and helping with revisions and editing.
  4185.  
  4186.    The Computer Tyme staff for being the best employees in the world.
  4187.  
  4188.    Borland International for writing Turbo Pascal and keeping it bug free
  4189.    and well supported.
  4190.  
  4191.    TurboPower Software for their very powerful extensions to Turbo Pascal
  4192.    and their well written, well supported product.
  4193.  
  4194.    Semware for TEdit and QEdit, their full screen editors.
  4195.  
  4196.    All users who actually paid for this product so that we may continue to
  4197.    eat.
  4198.  
  4199.    Those of you who have pointed out bugs and made suggestions to improve
  4200.    our product.
  4201.  
  4202.    TRADEMARKS
  4203.    TRADEMARKS
  4204.    TRADEMARKS
  4205.  
  4206.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  4207.    are trademarks of Computer Tyme.
  4208.  
  4209.     QEdit and TEdit are trademarks of SemWare.
  4210.     Lotus is a registered trademark of Lotus Development.
  4211.     Wordstar is a registered trademark of MicroPro International.
  4212.     Smart Software is a trademark of Informix.
  4213.     MS-DOS is a trademark of Microsoft.
  4214.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  4215.     Turbo Pascal is a trademark of Borland International.
  4216.     OPRO and TPRO are trademarks of TurboPower Software.
  4217.     Netware and Novell are trademarks of Novell.
  4218.     DesqView and QEMM are trademarks of Quarterdeck.
  4219.     IBM and OS/2 are trademarks of International Business Machines.
  4220.  
  4221.     Created using Turbo Pascal
  4222.     Copyright 1983-90 by Borland International
  4223.  
  4224.    THE MARXMENU NAME
  4225.    THE MARXMENU NAME
  4226.    THE MARXMENU NAME
  4227.  
  4228.    When I first wrote this program my friends referred to it as Marc's
  4229.    Menu. The Names .................................  166
  4230.        -- Window .........................................  166
  4231.        -- WindowHeight ...................................  166
  4232.        -- WindowWidth ....................................  166
  4233.        -- WinX ...........................................  167
  4234.        -- WinY ...........................................  167
  4235.        -- Write ..........................................  167
  4236.        -- WriteCenter ....................................  167
  4237.        -- WriteFileBlock .................................  167
  4238. è       -- Writeln ........................................  167
  4239.        -- WriteTextFile ..................................  167
  4240.  
  4241.  
  4242.  
  4243.    Computer Tyme MarxMenu * Table of Contents              Page 15
  4244.    _______________________________________________________________
  4245.  
  4246.  
  4247.        -- WriteVertical ..................................  168
  4248.        -- Xor ............................................  168
  4249.        -- Year ...........................................  168
  4250.        -- YearOf .........................................  168
  4251.        String Constants ..................................  169
  4252.        Time and Date Constants ...........................  169
  4253.        Video Constants ...................................  170
  4254.        Color Constants ...................................  170
  4255.        Boolean Constants .................................  170
  4256.        Conditional Statements ............................  170
  4257.        Environment Variables used by MarxMenu ............  171
  4258.        Command Categories ................................  172
  4259.        -- Misc Commands ..................................  173
  4260.        -- Math Commands ..................................  173
  4261.        -- Float Commands .................................  174
  4262.        -- String Commands ................................  175
  4263.        -- Variable Commands ..............................  176
  4264.        -- Boolean Commands ...............................  176
  4265.        -- Array Commands .................................  177
  4266.        -- Memory Commands ................................  178
  4267.        -- Novell Commands ................................  178
  4268.        -- MSNet Commands .................................  180
  4269.        -- Vines Commands .................................  180
  4270.        -- Time Commands ..................................  181
  4271.        -- Execution Commands .............................  182
  4272.        -- Display Commands ...............................  182
  4273.        -- Color Commands .................................  184
  4274.        -- Environment Commands ...........................  184
  4275.        -- System Commands ................................  185
  4276.        -- File Commands ..................................  185
  4277.        -- Ansi Commands ..................................  186
  4278.        -- Printer Commands ...............................  186
  4279.        -- International Commands .........................  186
  4280.        -- DesqView Commands ..............................  187
  4281.        -- Conditional Commands ...........................  187
  4282.        -- Keyboard Commands ..............................  188
  4283.        -- MouseControl Commands ..........................  188
  4284.        -- Music Commands .................................  188
  4285.  
  4286.  
  4287.  
  4288.    Computer Tyme MarxMenu Users Manual                     Page 1
  4289.    _______________________________________________________________
  4290.  
  4291.  
  4292.    COPYRIGHT
  4293.    COPYRIGHT
  4294.    COPYRIGHT
  4295.  
  4296.    This manual is copyrighted material and all rights are reserved.
  4297.    MarxMenu is a programming language which describes to the computer what
  4298.    it is supposed to do. Even though some of the individual words in
  4299.    MarxMenu are used in other programming languages, I claim a copyright on
  4300.    the collection of words which make up the MarxMenu language. I therefore
  4301.    consider it an infringement of my CopyRight to create a software product
  4302.    which uses the MarxMenu language, or translates MarxMenu source code,
  4303.    without purchasing a license to do so.
  4304.  
  4305.    The combinations of definitions of commands in this manual constitute a
  4306.    copyrighted work. Any publication which describes a computer language
  4307.    for which the MarxMenu command set is a subset is a violation of the
  4308.    copyright of this software and this written manual.
  4309.  
  4310.    In other words, don't try to clone MarxMenu.
  4311.  
  4312.    LICENSE AGREEMENT:
  4313.    LICENSE AGREEMENT:
  4314.    LICENSE AGREEMENT:
  4315.  
  4316.    You are licensed to use this program on a single CPU or workstation. If
  4317.    you are running on a network, you are required to license a separate
  4318.    copy for each workstation or a file server license for each file server.
  4319.    If you are running on a multiuser operating system such as Concurrent
  4320.    DOS, you are required to license a copy for each workstation. Everyone
  4321.    who uses this menu, must license a copy unless several people share the
  4322.    same workstation.
  4323.  
  4324.    This software is licensed and not sold. The license begins when Computer
  4325.    Tyme receives payment in full. You may not transfer, sell, sublease or
  4326.    rent this software without the written consent of Computer Tyme. You are
  4327.    not allowed to distribute MarxMenu in runtime form with software you
  4328.    developed unless it is in combination with a paid for copy of MarxMenu,
  4329.    or you have made special arrangements in writing with Computer Tyme to
  4330.    do so.
  4331.  
  4332.    Use of this product constitutes your acceptance of the terms and
  4333.    conditions of this license and of my copyright and your agreement to
  4334.    abide by these terms and conditions.
  4335.  
  4336.    WARRANTY:
  4337.    WARRANTY:
  4338.    WARRANTY:
  4339.  
  4340.    The warranty is limited to the diskettes to be machine readable for a
  4341.    period of 30 days after purchase. Although we try hard to write perfect
  4342.    software that has no bugs, we do not guarantee that. We also do not
  4343.    guarantee that this product is fit for every purpose and we are not
  4344.    liable for any damages that might occur from use of this product. This
  4345.    agreement is governed by the laws of the State of Missouri.
  4346.  
  4347.  
  4348.  
  4349.    Computer Tyme MarxMenu Users Manual                     Page 2
  4350.    _______________________________________________________________
  4351.  
  4352.  
  4353.    ACKNOWLEDGMENTS:
  4354.    ACKNOWLEDGMENTS:
  4355.    ACKNOWLEDGMENTS:
  4356.  
  4357.    I would like to thank the following people for making this product
  4358.    possible:
  4359.  
  4360.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  4361.    for being good to me and helping with revisions and editing.
  4362.  
  4363.    The Computer Tyme staff for being the best employees in the world.
  4364.  
  4365.    Borland International for writing Turbo Pascal and keeping it bug free
  4366.    and well supported.
  4367.  
  4368.    TurboPower Software for their very powerful extensions to Turbo Pascal
  4369.    and their well written, well supported product.
  4370.  
  4371.    Semware for TEdit and QEdit, their full screen editors.
  4372.  
  4373.    All users who actually paid for this product so that we may continue to
  4374.    eat.
  4375.  
  4376.    Those of you who have pointed out bugs and made suggestions to improve
  4377.    our product.
  4378.  
  4379.    TRADEMARKS
  4380.    TRADEMARKS
  4381.    TRADEMARKS
  4382.  
  4383.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  4384.    are trademarks of Computer Tyme.
  4385.  
  4386.     QEdit and TEdit are trademarks of SemWare.
  4387.     Lotus is a registered trademark of Lotus Development.
  4388.     Wordstar is a registered trademark of MicroPro International.
  4389.     Smart Software is a trademark of Informix.
  4390.     MS-DOS is a trademark of Microsoft.
  4391.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  4392.     Turbo Pascal is a trademark of Borland International.
  4393.     OPRO and TPRO are trademarks of TurboPower Software.
  4394.     Netware and Novell are trademarks of Novell.
  4395.     DesqView and QEMM are trademarks of Quarterdeck.
  4396.     IBM and OS/2 are trademarks of International Business Machines.
  4397.  
  4398.     Created using Turbo Pascal
  4399.     Copyright 1983-90 by Borland International
  4400.  
  4401.    THE MARXMENU NAME
  4402.    THE MARXMENU NAME
  4403.    THE MARXMENU NAME
  4404.  
  4405.    When I first wrote this program my friends referred to it as Marc's
  4406.    Menu. The Names .................................  166
  4407.        -- Window .........................................  166
  4408.        -- WindowHeight ...................................  166
  4409.        -- WindowWidth ....................................  166
  4410.        -- WinX ...........................................  167
  4411.        -- WinY ...........................................  167
  4412.        -- Write ..........................................  167
  4413.        -- WriteCenter ....................................  167
  4414.        -- WriteFileBlock .................................  167
  4415. è       -- Writeln ........................................  167
  4416.        -- WriteTextFile ..................................  167
  4417.  
  4418.  
  4419.  
  4420.    Computer Tyme MarxMenu * Table of Contents              Page 15
  4421.    _______________________________________________________________
  4422.  
  4423.  
  4424.        -- WriteVertical ..................................  168
  4425.        -- Xor ............................................  168
  4426.        -- Year ...........................................  168
  4427.        -- YearOf .........................................  168
  4428.        String Constants ..................................  169
  4429.        Time and Date Constants ...........................  169
  4430.        Video Constants ...................................  170
  4431.        Color Constants ...................................  170
  4432.        Boolean Constants .................................  170
  4433.        Conditional Statements ............................  170
  4434.        Environment Variables used by MarxMenu ............  171
  4435.        Command Categories ................................  172
  4436.        -- Misc Commands ..................................  173
  4437.        -- Math Commands ..................................  173
  4438.        -- Float Commands .................................  174
  4439.        -- String Commands ................................  175
  4440.        -- Variable Commands ..............................  176
  4441.        -- Boolean Commands ...............................  176
  4442.        -- Array Commands .................................  177
  4443.        -- Memory Commands ................................  178
  4444.        -- Novell Commands ................................  178
  4445.        -- MSNet Commands .................................  180
  4446.        -- Vines Commands .................................  180
  4447.        -- Time Commands ..................................  181
  4448.        -- Execution Commands .............................  182
  4449.        -- Display Commands ...............................  182
  4450.        -- Color Commands .................................  184
  4451.        -- Environment Commands ...........................  184
  4452.        -- System Commands ................................  185
  4453.        -- File Commands ..................................  185
  4454.        -- Ansi Commands ..................................  186
  4455.        -- Printer Commands ...............................  186
  4456.        -- International Commands .........................  186
  4457.        -- DesqView Commands ..............................  187
  4458.        -- Conditional Commands ...........................  187
  4459.        -- Keyboard Commands ..............................  188
  4460.        -- MouseControl Commands ..........................  188
  4461.        -- Music Commands .................................  188
  4462.  
  4463.  
  4464.  
  4465.    Computer Tyme MarxMenu Users Manual                     Page 1
  4466.    _______________________________________________________________
  4467.  
  4468.  
  4469.    COPYRIGHT
  4470.    COPYRIGHT
  4471.    COPYRIGHT
  4472.  
  4473.    This manual is copyrighted material and all rights are reserved.
  4474.    MarxMenu is a programming language which describes to the computer what
  4475.    it is supposed to do. Even though some of the individual words in
  4476.    MarxMenu are used in other programming languages, I claim a copyright on
  4477.    the collection of words which make up the MarxMenu language. I therefore
  4478.    consider it an infringement of my CopyRight to create a software product
  4479.    which uses the MarxMenu language, or translates MarxMenu source code,
  4480.    without purchasing a license to do so.
  4481.  
  4482.    The combinations of definitions of commands in this manual constitute a
  4483.    copyrighted work. Any publication which describes a computer language
  4484.    for which the MarxMenu command set is a subset is a violation of the
  4485.    copyright of this software and this written manual.
  4486.  
  4487.    In other words, don't try to clone MarxMenu.
  4488.  
  4489.    LICENSE AGREEMENT:
  4490.    LICENSE AGREEMENT:
  4491.    LICENSE AGREEMENT:
  4492.  
  4493.    You are licensed to use this program on a single CPU or workstation. If
  4494.    you are running on a network, you are required to license a separate
  4495.    copy for each workstation or a file server license for each file server.
  4496.    If you are running on a multiuser operating system such as Concurrent
  4497.    DOS, you are required to license a copy for each workstation. Everyone
  4498.    who uses this menu, must license a copy unless several people share the
  4499.    same workstation.
  4500.  
  4501.    This software is licensed and not sold. The license begins when Computer
  4502.    Tyme receives payment in full. You may not transfer, sell, sublease or
  4503.    rent this software without the written consent of Computer Tyme. You are
  4504.    not allowed to distribute MarxMenu in runtime form with software you
  4505.    developed unless it is in combination with a paid for copy of MarxMenu,
  4506.    or you have made special arrangements in writing with Computer Tyme to
  4507.    do so.
  4508.  
  4509.    Use of this product constitutes your acceptance of the terms and
  4510.    conditions of this license and of my copyright and your agreement to
  4511.    abide by these terms and conditions.
  4512.  
  4513.    WARRANTY:
  4514.    WARRANTY:
  4515.    WARRANTY:
  4516.  
  4517.    The warranty is limited to the diskettes to be machine readable for a
  4518.    period of 30 days after purchase. Although we try hard to write perfect
  4519.    software that has no bugs, we do not guarantee that. We also do not
  4520.    guarantee that this product is fit for every purpose and we are not
  4521.    liable for any damages that might occur from use of this product. This
  4522.    agreement is governed by the laws of the State of Missouri.
  4523.  
  4524.  
  4525.  
  4526.    Computer Tyme MarxMenu Users Manual                     Page 2
  4527.    _______________________________________________________________
  4528.  
  4529.  
  4530.    ACKNOWLEDGMENTS:
  4531.    ACKNOWLEDGMENTS:
  4532.    ACKNOWLEDGMENTS:
  4533.  
  4534.    I would like to thank the following people for making this product
  4535.    possible:
  4536.  
  4537.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  4538.    for being good to me and helping with revisions and editing.
  4539.  
  4540.    The Computer Tyme staff for being the best employees in the world.
  4541.  
  4542.    Borland International for writing Turbo Pascal and keeping it bug free
  4543.    and well supported.
  4544.  
  4545.    TurboPower Software for their very powerful extensions to Turbo Pascal
  4546.    and their well written, well supported product.
  4547.  
  4548.    Semware for TEdit and QEdit, their full screen editors.
  4549.  
  4550.    All users who actually paid for this product so that we may continue to
  4551.    eat.
  4552.  
  4553.    Those of you who have pointed out bugs and made suggestions to improve
  4554.    our product.
  4555.  
  4556.    TRADEMARKS
  4557.    TRADEMARKS
  4558.    TRADEMARKS
  4559.  
  4560.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  4561.    are trademarks of Computer Tyme.
  4562.  
  4563.     QEdit and TEdit are trademarks of SemWare.
  4564.     Lotus is a registered trademark of Lotus Development.
  4565.     Wordstar is a registered trademark of MicroPro International.
  4566.     Smart Software is a trademark of Informix.
  4567.     MS-DOS is a trademark of Microsoft.
  4568.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  4569.     Turbo Pascal is a trademark of Borland International.
  4570.     OPRO and TPRO are trademarks of TurboPower Software.
  4571.     Netware and Novell are trademarks of Novell.
  4572.     DesqView and QEMM are trademarks of Quarterdeck.
  4573.     IBM and OS/2 are trademarks of International Business Machines.
  4574.  
  4575.     Created using Turbo Pascal
  4576.     Copyright 1983-90 by Borland International
  4577.  
  4578.    THE MARXMENU NAME
  4579.    THE MARXMENU NAME
  4580.    THE MARXMENU NAME
  4581.  
  4582.    When I first wrote this program my friends referred to it as Marc's
  4583.    Menu. The Names .................................  166
  4584.        -- Window .........................................  166
  4585.        -- WindowHeight ...................................  166
  4586.        -- WindowWidth ....................................  166
  4587.        -- WinX ...........................................  167
  4588.        -- WinY ...........................................  167
  4589.        -- Write ..........................................  167
  4590.        -- WriteCenter ....................................  167
  4591.        -- WriteFileBlock .................................  167
  4592. è       -- Writeln ........................................  167
  4593.        -- WriteTextFile ..................................  167
  4594.  
  4595.  
  4596.  
  4597.    Computer Tyme MarxMenu * Table of Contents              Page 15
  4598.    _______________________________________________________________
  4599.  
  4600.  
  4601.        -- WriteVertical ..................................  168
  4602.        -- Xor ............................................  168
  4603.        -- Year ...........................................  168
  4604.        -- YearOf .........................................  168
  4605.        String Constants ..................................  169
  4606.        Time and Date Constants ...........................  169
  4607.        Video Constants ...................................  170
  4608.        Color Constants ...................................  170
  4609.        Boolean Constants .................................  170
  4610.        Conditional Statements ............................  170
  4611.        Environment Variables used by MarxMenu ............  171
  4612.        Command Categories ................................  172
  4613.        -- Misc Commands ..................................  173
  4614.        -- Math Commands ..................................  173
  4615.        -- Float Commands .................................  174
  4616.        -- String Commands ................................  175
  4617.        -- Variable Commands ..............................  176
  4618.        -- Boolean Commands ...............................  176
  4619.        -- Array Commands .................................  177
  4620.        -- Memory Commands ................................  178
  4621.        -- Novell Commands ................................  178
  4622.        -- MSNet Commands .................................  180
  4623.        -- Vines Commands .................................  180
  4624.        -- Time Commands ..................................  181
  4625.        -- Execution Commands .............................  182
  4626.        -- Display Commands ...............................  182
  4627.        -- Color Commands .................................  184
  4628.        -- Environment Commands ...........................  184
  4629.        -- System Commands ................................  185
  4630.        -- File Commands ..................................  185
  4631.        -- Ansi Commands ..................................  186
  4632.        -- Printer Commands ...............................  186
  4633.        -- International Commands .........................  186
  4634.        -- DesqView Commands ..............................  187
  4635.        -- Conditional Commands ...........................  187
  4636.        -- Keyboard Commands ..............................  188
  4637.        -- MouseControl Commands ..........................  188
  4638.        -- Music Commands .................................  188
  4639.  
  4640.  
  4641.  
  4642.    Computer Tyme MarxMenu Users Manual                     Page 1
  4643.    _______________________________________________________________
  4644.  
  4645.  
  4646.    COPYRIGHT
  4647.    COPYRIGHT
  4648.    COPYRIGHT
  4649.  
  4650.    This manual is copyrighted material and all rights are reserved.
  4651.    MarxMenu is a programming language which describes to the computer what
  4652.    it is supposed to do. Even though some of the individual words in
  4653.    MarxMenu are used in other programming languages, I claim a copyright on
  4654.    the collection of words which make up the MarxMenu language. I therefore
  4655.    consider it an infringement of my CopyRight to create a software product
  4656.    which uses the MarxMenu language, or translates MarxMenu source code,
  4657.    without purchasing a license to do so.
  4658.  
  4659.    The combinations of definitions of commands in this manual constitute a
  4660.    copyrighted work. Any publication which describes a computer language
  4661.    for which the MarxMenu command set is a subset is a violation of the
  4662.    copyright of this software and this written manual.
  4663.  
  4664.    In other words, don't try to clone MarxMenu.
  4665.  
  4666.    LICENSE AGREEMENT:
  4667.    LICENSE AGREEMENT:
  4668.    LICENSE AGREEMENT:
  4669.  
  4670.    You are licensed to use this program on a single CPU or workstation. If
  4671.    you are running on a network, you are required to license a separate
  4672.    copy for each workstation or a file server license for each file server.
  4673.    If you are running on a multiuser operating system such as Concurrent
  4674.    DOS, you are required to license a copy for each workstation. Everyone
  4675.    who uses this menu, must license a copy unless several people share the
  4676.    same workstation.
  4677.  
  4678.    This software is licensed and not sold. The license begins when Computer
  4679.    Tyme receives payment in full. You may not transfer, sell, sublease or
  4680.    rent this software without the written consent of Computer Tyme. You are
  4681.    not allowed to distribute MarxMenu in runtime form with software you
  4682.    developed unless it is in combination with a paid for copy of MarxMenu,
  4683.    or you have made special arrangements in writing with Computer Tyme to
  4684.    do so.
  4685.  
  4686.    Use of this product constitutes your acceptance of the terms and
  4687.    conditions of this license and of my copyright and your agreement to
  4688.    abide by these terms and conditions.
  4689.  
  4690.    WARRANTY:
  4691.    WARRANTY:
  4692.    WARRANTY:
  4693.  
  4694.    The warranty is limited to the diskettes to be machine readable for a
  4695.    period of 30 days after purchase. Although we try hard to write perfect
  4696.    software that has no bugs, we do not guarantee that. We also do not
  4697.    guarantee that this product is fit for every purpose and we are not
  4698.    liable for any damages that might occur from use of this product. This
  4699.    agreement is governed by the laws of the State of Missouri.
  4700.  
  4701.  
  4702.  
  4703.    Computer Tyme MarxMenu Users Manual                     Page 2
  4704.    _______________________________________________________________
  4705.  
  4706.  
  4707.    ACKNOWLEDGMENTS:
  4708.    ACKNOWLEDGMENTS:
  4709.    ACKNOWLEDGMENTS:
  4710.  
  4711.    I would like to thank the following people for making this product
  4712.    possible:
  4713.  
  4714.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  4715.    for being good to me and helping with revisions and editing.
  4716.  
  4717.    The Computer Tyme staff for being the best employees in the world.
  4718.  
  4719.    Borland International for writing Turbo Pascal and keeping it bug free
  4720.    and well supported.
  4721.  
  4722.    TurboPower Software for their very powerful extensions to Turbo Pascal
  4723.    and their well written, well supported product.
  4724.  
  4725.    Semware for TEdit and QEdit, their full screen editors.
  4726.  
  4727.    All users who actually paid for this product so that we may continue to
  4728.    eat.
  4729.  
  4730.    Those of you who have pointed out bugs and made suggestions to improve
  4731.    our product.
  4732.  
  4733.    TRADEMARKS
  4734.    TRADEMARKS
  4735.    TRADEMARKS
  4736.  
  4737.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  4738.    are trademarks of Computer Tyme.
  4739.  
  4740.     QEdit and TEdit are trademarks of SemWare.
  4741.     Lotus is a registered trademark of Lotus Development.
  4742.     Wordstar is a registered trademark of MicroPro International.
  4743.     Smart Software is a trademark of Informix.
  4744.     MS-DOS is a trademark of Microsoft.
  4745.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  4746.     Turbo Pascal is a trademark of Borland International.
  4747.     OPRO and TPRO are trademarks of TurboPower Software.
  4748.     Netware and Novell are trademarks of Novell.
  4749.     DesqView and QEMM are trademarks of Quarterdeck.
  4750.     IBM and OS/2 are trademarks of International Business Machines.
  4751.  
  4752.     Created using Turbo Pascal
  4753.     Copyright 1983-90 by Borland International
  4754.  
  4755.    THE MARXMENU NAME
  4756.    THE MARXMENU NAME
  4757.    THE MARXMENU NAME
  4758.  
  4759.    When I first wrote this program my friends referred to it as Marc's
  4760.    Menu. The Names .................................  166
  4761.        -- Window .........................................  166
  4762.        -- WindowHeight ...................................  166
  4763.        -- WindowWidth ....................................  166
  4764.        -- WinX ...........................................  167
  4765.        -- WinY ...........................................  167
  4766.        -- Write ..........................................  167
  4767.        -- WriteCenter ....................................  167
  4768.        -- WriteFileBlock .................................  167
  4769. è       -- Writeln ........................................  167
  4770.        -- WriteTextFile ..................................  167
  4771.  
  4772.  
  4773.  
  4774.    Computer Tyme MarxMenu * Table of Contents              Page 15
  4775.    _______________________________________________________________
  4776.  
  4777.  
  4778.        -- WriteVertical ..................................  168
  4779.        -- Xor ............................................  168
  4780.        -- Year ...........................................  168
  4781.        -- YearOf .........................................  168
  4782.        String Constants ..................................  169
  4783.        Time and Date Constants ...........................  169
  4784.        Video Constants ...................................  170
  4785.        Color Constants ...................................  170
  4786.        Boolean Constants .................................  170
  4787.        Conditional Statements ............................  170
  4788.        Environment Variables used by MarxMenu ............  171
  4789.        Command Categories ................................  172
  4790.        -- Misc Commands ..................................  173
  4791.        -- Math Commands ..................................  173
  4792.        -- Float Commands .................................  174
  4793.        -- String Commands ................................  175
  4794.        -- Variable Commands ..............................  176
  4795.        -- Boolean Commands ...............................  176
  4796.        -- Array Commands .................................  177
  4797.        -- Memory Commands ................................  178
  4798.        -- Novell Commands ................................  178
  4799.        -- MSNet Commands .................................  180
  4800.        -- Vines Commands .................................  180
  4801.        -- Time Commands ..................................  181
  4802.        -- Execution Commands .............................  182
  4803.        -- Display Commands ...............................  182
  4804.        -- Color Commands .................................  184
  4805.        -- Environment Commands ...........................  184
  4806.        -- System Commands ................................  185
  4807.        -- File Commands ..................................  185
  4808.        -- Ansi Commands ..................................  186
  4809.        -- Printer Commands ...............................  186
  4810.        -- International Commands .........................  186
  4811.        -- DesqView Commands ..............................  187
  4812.        -- Conditional Commands ...........................  187
  4813.        -- Keyboard Commands ..............................  188
  4814.        -- MouseControl Commands ..........................  188
  4815.        -- Music Commands .................................  188
  4816.  
  4817.  
  4818.  
  4819.    Computer Tyme MarxMenu Users Manual                     Page 1
  4820.    _______________________________________________________________
  4821.  
  4822.  
  4823.    COPYRIGHT
  4824.    COPYRIGHT
  4825.    COPYRIGHT
  4826.  
  4827.    This manual is copyrighted material and all rights are reserved.
  4828.    MarxMenu is a programming language which describes to the computer what
  4829.    it is supposed to do. Even though some of the individual words in
  4830.    MarxMenu are used in other programming languages, I claim a copyright on
  4831.    the collection of words which make up the MarxMenu language. I therefore
  4832.    consider it an infringement of my CopyRight to create a software product
  4833.    which uses the MarxMenu language, or translates MarxMenu source code,
  4834.    without purchasing a license to do so.
  4835.  
  4836.    The combinations of definitions of commands in this manual constitute a
  4837.    copyrighted work. Any publication which describes a computer language
  4838.    for which the MarxMenu command set is a subset is a violation of the
  4839.    copyright of this software and this written manual.
  4840.  
  4841.    In other words, don't try to clone MarxMenu.
  4842.  
  4843.    LICENSE AGREEMENT:
  4844.    LICENSE AGREEMENT:
  4845.    LICENSE AGREEMENT:
  4846.  
  4847.    You are licensed to use this program on a single CPU or workstation. If
  4848.    you are running on a network, you are required to license a separate
  4849.    copy for each workstation or a file server license for each file server.
  4850.    If you are running on a multiuser operating system such as Concurrent
  4851.    DOS, you are required to license a copy for each workstation. Everyone
  4852.    who uses this menu, must license a copy unless several people share the
  4853.    same workstation.
  4854.  
  4855.    This software is licensed and not sold. The license begins when Computer
  4856.    Tyme receives payment in full. You may not transfer, sell, sublease or
  4857.    rent this software without the written consent of Computer Tyme. You are
  4858.    not allowed to distribute MarxMenu in runtime form with software you
  4859.    developed unless it is in combination with a paid for copy of MarxMenu,
  4860.    or you have made special arrangements in writing with Computer Tyme to
  4861.    do so.
  4862.  
  4863.    Use of this product constitutes your acceptance of the terms and
  4864.    conditions of this license and of my copyright and your agreement to
  4865.    abide by these terms and conditions.
  4866.  
  4867.    WARRANTY:
  4868.    WARRANTY:
  4869.    WARRANTY:
  4870.  
  4871.    The warranty is limited to the diskettes to be machine readable for a
  4872.    period of 30 days after purchase. Although we try hard to write perfect
  4873.    software that has no bugs, we do not guarantee that. We also do not
  4874.    guarantee that this product is fit for every purpose and we are not
  4875.    liable for any damages that might occur from use of this product. This
  4876.    agreement is governed by the laws of the State of Missouri.
  4877.  
  4878.  
  4879.  
  4880.    Computer Tyme MarxMenu Users Manual                     Page 2
  4881.    _______________________________________________________________
  4882.  
  4883.  
  4884.    ACKNOWLEDGMENTS:
  4885.    ACKNOWLEDGMENTS:
  4886.    ACKNOWLEDGMENTS:
  4887.  
  4888.    I would like to thank the following people for making this product
  4889.    possible:
  4890.  
  4891.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  4892.    for being good to me and helping with revisions and editing.
  4893.  
  4894.    The Computer Tyme staff for being the best employees in the world.
  4895.  
  4896.    Borland International for writing Turbo Pascal and keeping it bug free
  4897.    and well supported.
  4898.  
  4899.    TurboPower Software for their very powerful extensions to Turbo Pascal
  4900.    and their well written, well supported product.
  4901.  
  4902.    Semware for TEdit and QEdit, their full screen editors.
  4903.  
  4904.    All users who actually paid for this product so that we may continue to
  4905.    eat.
  4906.  
  4907.    Those of you who have pointed out bugs and made suggestions to improve
  4908.    our product.
  4909.  
  4910.    TRADEMARKS
  4911.    TRADEMARKS
  4912.    TRADEMARKS
  4913.  
  4914.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  4915.    are trademarks of Computer Tyme.
  4916.  
  4917.     QEdit and TEdit are trademarks of SemWare.
  4918.     Lotus is a registered trademark of Lotus Development.
  4919.     Wordstar is a registered trademark of MicroPro International.
  4920.     Smart Software is a trademark of Informix.
  4921.     MS-DOS is a trademark of Microsoft.
  4922.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  4923.     Turbo Pascal is a trademark of Borland International.
  4924.     OPRO and TPRO are trademarks of TurboPower Software.
  4925.     Netware and Novell are trademarks of Novell.
  4926.     DesqView and QEMM are trademarks of Quarterdeck.
  4927.     IBM and OS/2 are trademarks of International Business Machines.
  4928.  
  4929.     Created using Turbo Pascal
  4930.     Copyright 1983-90 by Borland International
  4931.  
  4932.    THE MARXMENU NAME
  4933.    THE MARXMENU NAME
  4934.    THE MARXMENU NAME
  4935.  
  4936.    When I first wrote this program my friends referred to it as Marc's
  4937.    Menu. The Names .................................  166
  4938.        -- Window .........................................  166
  4939.        -- WindowHeight ...................................  166
  4940.        -- WindowWidth ....................................  166
  4941.        -- WinX ...........................................  167
  4942.        -- WinY ...........................................  167
  4943.        -- Write ..........................................  167
  4944.        -- WriteCenter ....................................  167
  4945.        -- WriteFileBlock .................................  167
  4946. è       -- Writeln ........................................  167
  4947.        -- WriteTextFile ..................................  167
  4948.  
  4949.  
  4950.  
  4951.    Computer Tyme MarxMenu * Table of Contents              Page 15
  4952.    _______________________________________________________________
  4953.  
  4954.  
  4955.        -- WriteVertical ..................................  168
  4956.        -- Xor ............................................  168
  4957.        -- Year ...........................................  168
  4958.        -- YearOf .........................................  168
  4959.        String Constants ..................................  169
  4960.        Time and Date Constants ...........................  169
  4961.        Video Constants ...................................  170
  4962.        Color Constants ...................................  170
  4963.        Boolean Constants .................................  170
  4964.        Conditional Statements ............................  170
  4965.        Environment Variables used by MarxMenu ............  171
  4966.        Command Categories ................................  172
  4967.        -- Misc Commands ..................................  173
  4968.        -- Math Commands ..................................  173
  4969.        -- Float Commands .................................  174
  4970.        -- String Commands ................................  175
  4971.        -- Variable Commands ..............................  176
  4972.        -- Boolean Commands ...............................  176
  4973.        -- Array Commands .................................  177
  4974.        -- Memory Commands ................................  178
  4975.        -- Novell Commands ................................  178
  4976.        -- MSNet Commands .................................  180
  4977.        -- Vines Commands .................................  180
  4978.        -- Time Commands ..................................  181
  4979.        -- Execution Commands .............................  182
  4980.        -- Display Commands ...............................  182
  4981.        -- Color Commands .................................  184
  4982.        -- Environment Commands ...........................  184
  4983.        -- System Commands ................................  185
  4984.        -- File Commands ..................................  185
  4985.        -- Ansi Commands ..................................  186
  4986.        -- Printer Commands ...............................  186
  4987.        -- International Commands .........................  186
  4988.        -- DesqView Commands ..............................  187
  4989.        -- Conditional Commands ...........................  187
  4990.        -- Keyboard Commands ..............................  188
  4991.        -- MouseControl Commands ..........................  188
  4992.        -- Music Commands .................................  188
  4993.  
  4994.  
  4995.  
  4996.    Computer Tyme MarxMenu Users Manual                     Page 1
  4997.    _______________________________________________________________
  4998.  
  4999.  
  5000.    COPYRIGHT
  5001.    COPYRIGHT
  5002.    COPYRIGHT
  5003.  
  5004.    This manual is copyrighted material and all rights are reserved.
  5005.    MarxMenu is a programming language which describes to the computer what
  5006.    it is supposed to do. Even though some of the individual words in
  5007.    MarxMenu are used in other programming languages, I claim a copyright on
  5008.    the collection of words which make up the MarxMenu language. I therefore
  5009.    consider it an infringement of my CopyRight to create a software product
  5010.    which uses the MarxMenu language, or translates MarxMenu source code,
  5011.    without purchasing a license to do so.
  5012.  
  5013.    The combinations of definitions of commands in this manual constitute a
  5014.    copyrighted work. Any publication which describes a computer language
  5015.    for which the MarxMenu command set is a subset is a violation of the
  5016.    copyright of this software and this written manual.
  5017.  
  5018.    In other words, don't try to clone MarxMenu.
  5019.  
  5020.    LICENSE AGREEMENT:
  5021.    LICENSE AGREEMENT:
  5022.    LICENSE AGREEMENT:
  5023.  
  5024.    You are licensed to use this program on a single CPU or workstation. If
  5025.    you are running on a network, you are required to license a separate
  5026.    copy for each workstation or a file server license for each file server.
  5027.    If you are running on a multiuser operating system such as Concurrent
  5028.    DOS, you are required to license a copy for each workstation. Everyone
  5029.    who uses this menu, must license a copy unless several people share the
  5030.    same workstation.
  5031.  
  5032.    This software is licensed and not sold. The license begins when Computer
  5033.    Tyme receives payment in full. You may not transfer, sell, sublease or
  5034.    rent this software without the written consent of Computer Tyme. You are
  5035.    not allowed to distribute MarxMenu in runtime form with software you
  5036.    developed unless it is in combination with a paid for copy of MarxMenu,
  5037.    or you have made special arrangements in writing with Computer Tyme to
  5038.    do so.
  5039.  
  5040.    Use of this product constitutes your acceptance of the terms and
  5041.    conditions of this license and of my copyright and your agreement to
  5042.    abide by these terms and conditions.
  5043.  
  5044.    WARRANTY:
  5045.    WARRANTY:
  5046.    WARRANTY:
  5047.  
  5048.    The warranty is limited to the diskettes to be machine readable for a
  5049.    period of 30 days after purchase. Although we try hard to write perfect
  5050.    software that has no bugs, we do not guarantee that. We also do not
  5051.    guarantee that this product is fit for every purpose and we are not
  5052.    liable for any damages that might occur from use of this product. This
  5053.    agreement is governed by the laws of the State of Missouri.
  5054.  
  5055.  
  5056.  
  5057.    Computer Tyme MarxMenu Users Manual                     Page 2
  5058.    _______________________________________________________________
  5059.  
  5060.  
  5061.    ACKNOWLEDGMENTS:
  5062.    ACKNOWLEDGMENTS:
  5063.    ACKNOWLEDGMENTS:
  5064.  
  5065.    I would like to thank the following people for making this product
  5066.    possible:
  5067.  
  5068.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  5069.    for being good to me and helping with revisions and editing.
  5070.  
  5071.    The Computer Tyme staff for being the best employees in the world.
  5072.  
  5073.    Borland International for writing Turbo Pascal and keeping it bug free
  5074.    and well supported.
  5075.  
  5076.    TurboPower Software for their very powerful extensions to Turbo Pascal
  5077.    and their well written, well supported product.
  5078.  
  5079.    Semware for TEdit and QEdit, their full screen editors.
  5080.  
  5081.    All users who actually paid for this product so that we may continue to
  5082.    eat.
  5083.  
  5084.    Those of you who have pointed out bugs and made suggestions to improve
  5085.    our product.
  5086.  
  5087.    TRADEMARKS
  5088.    TRADEMARKS
  5089.    TRADEMARKS
  5090.  
  5091.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  5092.    are trademarks of Computer Tyme.
  5093.  
  5094.     QEdit and TEdit are trademarks of SemWare.
  5095.     Lotus is a registered trademark of Lotus Development.
  5096.     Wordstar is a registered trademark of MicroPro International.
  5097.     Smart Software is a trademark of Informix.
  5098.     MS-DOS is a trademark of Microsoft.
  5099.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  5100.     Turbo Pascal is a trademark of Borland International.
  5101.     OPRO and TPRO are trademarks of TurboPower Software.
  5102.     Netware and Novell are trademarks of Novell.
  5103.     DesqView and QEMM are trademarks of Quarterdeck.
  5104.     IBM and OS/2 are trademarks of International Business Machines.
  5105.  
  5106.     Created using Turbo Pascal
  5107.     Copyright 1983-90 by Borland International
  5108.  
  5109.    THE MARXMENU NAME
  5110.    THE MARXMENU NAME
  5111.    THE MARXMENU NAME
  5112.  
  5113.    When I first wrote this program my friends referred to it as Marc's
  5114.    Menu. The Names .................................  166
  5115.        -- Window .........................................  166
  5116.        -- WindowHeight ...................................  166
  5117.        -- WindowWidth ....................................  166
  5118.        -- WinX ...........................................  167
  5119.        -- WinY ...........................................  167
  5120.        -- Write ..........................................  167
  5121.        -- WriteCenter ....................................  167
  5122.        -- WriteFileBlock .................................  167
  5123. è       -- Writeln ........................................  167
  5124.        -- WriteTextFile ..................................  167
  5125.  
  5126.  
  5127.  
  5128.    Computer Tyme MarxMenu * Table of Contents              Page 15
  5129.    _______________________________________________________________
  5130.  
  5131.  
  5132.        -- WriteVertical ..................................  168
  5133.        -- Xor ............................................  168
  5134.        -- Year ...........................................  168
  5135.        -- YearOf .........................................  168
  5136.        String Constants ..................................  169
  5137.        Time and Date Constants ...........................  169
  5138.        Video Constants ...................................  170
  5139.        Color Constants ...................................  170
  5140.        Boolean Constants .................................  170
  5141.        Conditional Statements ............................  170
  5142.        Environment Variables used by MarxMenu ............  171
  5143.        Command Categories ................................  172
  5144.        -- Misc Commands ..................................  173
  5145.        -- Math Commands ..................................  173
  5146.        -- Float Commands .................................  174
  5147.        -- String Commands ................................  175
  5148.        -- Variable Commands ..............................  176
  5149.        -- Boolean Commands ...............................  176
  5150.        -- Array Commands .................................  177
  5151.        -- Memory Commands ................................  178
  5152.        -- Novell Commands ................................  178
  5153.        -- MSNet Commands .................................  180
  5154.        -- Vines Commands .................................  180
  5155.        -- Time Commands ..................................  181
  5156.        -- Execution Commands .............................  182
  5157.        -- Display Commands ...............................  182
  5158.        -- Color Commands .................................  184
  5159.        -- Environment Commands ...........................  184
  5160.        -- System Commands ................................  185
  5161.        -- File Commands ..................................  185
  5162.        -- Ansi Commands ..................................  186
  5163.        -- Printer Commands ...............................  186
  5164.        -- International Commands .........................  186
  5165.        -- DesqView Commands ..............................  187
  5166.        -- Conditional Commands ...........................  187
  5167.        -- Keyboard Commands ..............................  188
  5168.        -- MouseControl Commands ..........................  188
  5169.        -- Music Commands .................................  188
  5170.  
  5171.  
  5172.  
  5173.    Computer Tyme MarxMenu Users Manual                     Page 1
  5174.    _______________________________________________________________
  5175.  
  5176.  
  5177.    COPYRIGHT
  5178.    COPYRIGHT
  5179.    COPYRIGHT
  5180.  
  5181.    This manual is copyrighted material and all rights are reserved.
  5182.    MarxMenu is a programming language which describes to the computer what
  5183.    it is supposed to do. Even though some of the individual words in
  5184.    MarxMenu are used in other programming languages, I claim a copyright on
  5185.    the collection of words which make up the MarxMenu language. I therefore
  5186.    consider it an infringement of my CopyRight to create a software product
  5187.    which uses the MarxMenu language, or translates MarxMenu source code,
  5188.    without purchasing a license to do so.
  5189.  
  5190.    The combinations of definitions of commands in this manual constitute a
  5191.    copyrighted work. Any publication which describes a computer language
  5192.    for which the MarxMenu command set is a subset is a violation of the
  5193.    copyright of this software and this written manual.
  5194.  
  5195.    In other words, don't try to clone MarxMenu.
  5196.  
  5197.    LICENSE AGREEMENT:
  5198.    LICENSE AGREEMENT:
  5199.    LICENSE AGREEMENT:
  5200.  
  5201.    You are licensed to use this program on a single CPU or workstation. If
  5202.    you are running on a network, you are required to license a separate
  5203.    copy for each workstation or a file server license for each file server.
  5204.    If you are running on a multiuser operating system such as Concurrent
  5205.    DOS, you are required to license a copy for each workstation. Everyone
  5206.    who uses this menu, must license a copy unless several people share the
  5207.    same workstation.
  5208.  
  5209.    This software is licensed and not sold. The license begins when Computer
  5210.    Tyme receives payment in full. You may not transfer, sell, sublease or
  5211.    rent this software without the written consent of Computer Tyme. You are
  5212.    not allowed to distribute MarxMenu in runtime form with software you
  5213.    developed unless it is in combination with a paid for copy of MarxMenu,
  5214.    or you have made special arrangements in writing with Computer Tyme to
  5215.    do so.
  5216.  
  5217.    Use of this product constitutes your acceptance of the terms and
  5218.    conditions of this license and of my copyright and your agreement to
  5219.    abide by these terms and conditions.
  5220.  
  5221.    WARRANTY:
  5222.    WARRANTY:
  5223.    WARRANTY:
  5224.  
  5225.    The warranty is limited to the diskettes to be machine readable for a
  5226.    period of 30 days after purchase. Although we try hard to write perfect
  5227.    software that has no bugs, we do not guarantee that. We also do not
  5228.    guarantee that this product is fit for every purpose and we are not
  5229.    liable for any damages that might occur from use of this product. This
  5230.    agreement is governed by the laws of the State of Missouri.
  5231.  
  5232.  
  5233.  
  5234.    Computer Tyme MarxMenu Users Manual                     Page 2
  5235.    _______________________________________________________________
  5236.  
  5237.  
  5238.    ACKNOWLEDGMENTS:
  5239.    ACKNOWLEDGMENTS:
  5240.    ACKNOWLEDGMENTS:
  5241.  
  5242.    I would like to thank the following people for making this product
  5243.    possible:
  5244.  
  5245.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  5246.    for being good to me and helping with revisions and editing.
  5247.  
  5248.    The Computer Tyme staff for being the best employees in the world.
  5249.  
  5250.    Borland International for writing Turbo Pascal and keeping it bug free
  5251.    and well supported.
  5252.  
  5253.    TurboPower Software for their very powerful extensions to Turbo Pascal
  5254.    and their well written, well supported product.
  5255.  
  5256.    Semware for TEdit and QEdit, their full screen editors.
  5257.  
  5258.    All users who actually paid for this product so that we may continue to
  5259.    eat.
  5260.  
  5261.    Those of you who have pointed out bugs and made suggestions to improve
  5262.    our product.
  5263.  
  5264.    TRADEMARKS
  5265.    TRADEMARKS
  5266.    TRADEMARKS
  5267.  
  5268.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  5269.    are trademarks of Computer Tyme.
  5270.  
  5271.     QEdit and TEdit are trademarks of SemWare.
  5272.     Lotus is a registered trademark of Lotus Development.
  5273.     Wordstar is a registered trademark of MicroPro International.
  5274.     Smart Software is a trademark of Informix.
  5275.     MS-DOS is a trademark of Microsoft.
  5276.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  5277.     Turbo Pascal is a trademark of Borland International.
  5278.     OPRO and TPRO are trademarks of TurboPower Software.
  5279.     Netware and Novell are trademarks of Novell.
  5280.     DesqView and QEMM are trademarks of Quarterdeck.
  5281.     IBM and OS/2 are trademarks of International Business Machines.
  5282.  
  5283.     Created using Turbo Pascal
  5284.     Copyright 1983-90 by Borland International
  5285.  
  5286.    THE MARXMENU NAME
  5287.    THE MARXMENU NAME
  5288.    THE MARXMENU NAME
  5289.  
  5290.    When I first wrote this program my friends referred to it as Marc's
  5291.    Menu. The Names .................................  166
  5292.        -- Window .........................................  166
  5293.        -- WindowHeight ...................................  166
  5294.        -- WindowWidth ....................................  166
  5295.        -- WinX ...........................................  167
  5296.        -- WinY ...........................................  167
  5297.        -- Write ..........................................  167
  5298.        -- WriteCenter ....................................  167
  5299.        -- WriteFileBlock .................................  167
  5300. è       -- Writeln ........................................  167
  5301.        -- WriteTextFile ..................................  167
  5302.  
  5303.  
  5304.  
  5305.    Computer Tyme MarxMenu * Table of Contents              Page 15
  5306.    _______________________________________________________________
  5307.  
  5308.  
  5309.        -- WriteVertical ..................................  168
  5310.        -- Xor ............................................  168
  5311.        -- Year ...........................................  168
  5312.        -- YearOf .........................................  168
  5313.        String Constants ..................................  169
  5314.        Time and Date Constants ...........................  169
  5315.        Video Constants ...................................  170
  5316.        Color Constants ...................................  170
  5317.        Boolean Constants .................................  170
  5318.        Conditional Statements ............................  170
  5319.        Environment Variables used by MarxMenu ............  171
  5320.        Command Categories ................................  172
  5321.        -- Misc Commands ..................................  173
  5322.        -- Math Commands ..................................  173
  5323.        -- Float Commands .................................  174
  5324.        -- String Commands ................................  175
  5325.        -- Variable Commands ..............................  176
  5326.        -- Boolean Commands ...............................  176
  5327.        -- Array Commands .................................  177
  5328.        -- Memory Commands ................................  178
  5329.        -- Novell Commands ................................  178
  5330.        -- MSNet Commands .................................  180
  5331.        -- Vines Commands .................................  180
  5332.        -- Time Commands ..................................  181
  5333.        -- Execution Commands .............................  182
  5334.        -- Display Commands ...............................  182
  5335.        -- Color Commands .................................  184
  5336.        -- Environment Commands ...........................  184
  5337.        -- System Commands ................................  185
  5338.        -- File Commands ..................................  185
  5339.        -- Ansi Commands ..................................  186
  5340.        -- Printer Commands ...............................  186
  5341.        -- International Commands .........................  186
  5342.        -- DesqView Commands ..............................  187
  5343.        -- Conditional Commands ...........................  187
  5344.        -- Keyboard Commands ..............................  188
  5345.        -- MouseControl Commands ..........................  188
  5346.        -- Music Commands .................................  188
  5347.  
  5348.  
  5349.  
  5350.    Computer Tyme MarxMenu Users Manual                     Page 1
  5351.    _______________________________________________________________
  5352.  
  5353.  
  5354.    COPYRIGHT
  5355.    COPYRIGHT
  5356.    COPYRIGHT
  5357.  
  5358.    This manual is copyrighted material and all rights are reserved.
  5359.    MarxMenu is a programming language which describes to the computer what
  5360.    it is supposed to do. Even though some of the individual words in
  5361.    MarxMenu are used in other programming languages, I claim a copyright on
  5362.    the collection of words which make up the MarxMenu language. I therefore
  5363.    consider it an infringement of my CopyRight to create a software product
  5364.    which uses the MarxMenu language, or translates MarxMenu source code,
  5365.    without purchasing a license to do so.
  5366.  
  5367.    The combinations of definitions of commands in this manual constitute a
  5368.    copyrighted work. Any publication which describes a computer language
  5369.    for which the MarxMenu command set is a subset is a violation of the
  5370.    copyright of this software and this written manual.
  5371.  
  5372.    In other words, don't try to clone MarxMenu.
  5373.  
  5374.    LICENSE AGREEMENT:
  5375.    LICENSE AGREEMENT:
  5376.    LICENSE AGREEMENT:
  5377.  
  5378.    You are licensed to use this program on a single CPU or workstation. If
  5379.    you are running on a network, you are required to license a separate
  5380.    copy for each workstation or a file server license for each file server.
  5381.    If you are running on a multiuser operating system such as Concurrent
  5382.    DOS, you are required to license a copy for each workstation. Everyone
  5383.    who uses this menu, must license a copy unless several people share the
  5384.    same workstation.
  5385.  
  5386.    This software is licensed and not sold. The license begins when Computer
  5387.    Tyme receives payment in full. You may not transfer, sell, sublease or
  5388.    rent this software without the written consent of Computer Tyme. You are
  5389.    not allowed to distribute MarxMenu in runtime form with software you
  5390.    developed unless it is in combination with a paid for copy of MarxMenu,
  5391.    or you have made special arrangements in writing with Computer Tyme to
  5392.    do so.
  5393.  
  5394.    Use of this product constitutes your acceptance of the terms and
  5395.    conditions of this license and of my copyright and your agreement to
  5396.    abide by these terms and conditions.
  5397.  
  5398.    WARRANTY:
  5399.    WARRANTY:
  5400.    WARRANTY:
  5401.  
  5402.    The warranty is limited to the diskettes to be machine readable for a
  5403.    period of 30 days after purchase. Although we try hard to write perfect
  5404.    software that has no bugs, we do not guarantee that. We also do not
  5405.    guarantee that this product is fit for every purpose and we are not
  5406.    liable for any damages that might occur from use of this product. This
  5407.    agreement is governed by the laws of the State of Missouri.
  5408.  
  5409.  
  5410.  
  5411.    Computer Tyme MarxMenu Users Manual                     Page 2
  5412.    _______________________________________________________________
  5413.  
  5414.  
  5415.    ACKNOWLEDGMENTS:
  5416.    ACKNOWLEDGMENTS:
  5417.    ACKNOWLEDGMENTS:
  5418.  
  5419.    I would like to thank the following people for making this product
  5420.    possible:
  5421.  
  5422.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  5423.    for being good to me and helping with revisions and editing.
  5424.  
  5425.    The Computer Tyme staff for being the best employees in the world.
  5426.  
  5427.    Borland International for writing Turbo Pascal and keeping it bug free
  5428.    and well supported.
  5429.  
  5430.    TurboPower Software for their very powerful extensions to Turbo Pascal
  5431.    and their well written, well supported product.
  5432.  
  5433.    Semware for TEdit and QEdit, their full screen editors.
  5434.  
  5435.    All users who actually paid for this product so that we may continue to
  5436.    eat.
  5437.  
  5438.    Those of you who have pointed out bugs and made suggestions to improve
  5439.    our product.
  5440.  
  5441.    TRADEMARKS
  5442.    TRADEMARKS
  5443.    TRADEMARKS
  5444.  
  5445.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  5446.    are trademarks of Computer Tyme.
  5447.  
  5448.     QEdit and TEdit are trademarks of SemWare.
  5449.     Lotus is a registered trademark of Lotus Development.
  5450.     Wordstar is a registered trademark of MicroPro International.
  5451.     Smart Software is a trademark of Informix.
  5452.     MS-DOS is a trademark of Microsoft.
  5453.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  5454.     Turbo Pascal is a trademark of Borland International.
  5455.     OPRO and TPRO are trademarks of TurboPower Software.
  5456.     Netware and Novell are trademarks of Novell.
  5457.     DesqView and QEMM are trademarks of Quarterdeck.
  5458.     IBM and OS/2 are trademarks of International Business Machines.
  5459.  
  5460.     Created using Turbo Pascal
  5461.     Copyright 1983-90 by Borland International
  5462.  
  5463.    THE MARXMENU NAME
  5464.    THE MARXMENU NAME
  5465.    THE MARXMENU NAME
  5466.  
  5467.    When I first wrote this program my friends referred to it as Marc's
  5468.    Menu. The Names .................................  166
  5469.        -- Window .........................................  166
  5470.        -- WindowHeight ...................................  166
  5471.        -- WindowWidth ....................................  166
  5472.        -- WinX ...........................................  167
  5473.        -- WinY ...........................................  167
  5474.        -- Write ..........................................  167
  5475.        -- WriteCenter ....................................  167
  5476.        -- WriteFileBlock .................................  167
  5477. è       -- Writeln ........................................  167
  5478.        -- WriteTextFile ..................................  167
  5479.  
  5480.  
  5481.  
  5482.    Computer Tyme MarxMenu * Table of Contents              Page 15
  5483.    _______________________________________________________________
  5484.  
  5485.  
  5486.        -- WriteVertical ..................................  168
  5487.        -- Xor ............................................  168
  5488.        -- Year ...........................................  168
  5489.        -- YearOf .........................................  168
  5490.        String Constants ..................................  169
  5491.        Time and Date Constants ...........................  169
  5492.        Video Constants ...................................  170
  5493.        Color Constants ...................................  170
  5494.        Boolean Constants .................................  170
  5495.        Conditional Statements ............................  170
  5496.        Environment Variables used by MarxMenu ............  171
  5497.        Command Categories ................................  172
  5498.        -- Misc Commands ..................................  173
  5499.        -- Math Commands ..................................  173
  5500.        -- Float Commands .................................  174
  5501.        -- String Commands ................................  175
  5502.        -- Variable Commands ..............................  176
  5503.        -- Boolean Commands ...............................  176
  5504.        -- Array Commands .................................  177
  5505.        -- Memory Commands ................................  178
  5506.        -- Novell Commands ................................  178
  5507.        -- MSNet Commands .................................  180
  5508.        -- Vines Commands .................................  180
  5509.        -- Time Commands ..................................  181
  5510.        -- Execution Commands .............................  182
  5511.        -- Display Commands ...............................  182
  5512.        -- Color Commands .................................  184
  5513.        -- Environment Commands ...........................  184
  5514.        -- System Commands ................................  185
  5515.        -- File Commands ..................................  185
  5516.        -- Ansi Commands ..................................  186
  5517.        -- Printer Commands ...............................  186
  5518.        -- International Commands .........................  186
  5519.        -- DesqView Commands ..............................  187
  5520.        -- Conditional Commands ...........................  187
  5521.        -- Keyboard Commands ..............................  188
  5522.        -- MouseControl Commands ..........................  188
  5523.        -- Music Commands .................................  188
  5524.  
  5525.  
  5526.  
  5527.    Computer Tyme MarxMenu Users Manual                     Page 1
  5528.    _______________________________________________________________
  5529.  
  5530.  
  5531.    COPYRIGHT
  5532.    COPYRIGHT
  5533.    COPYRIGHT
  5534.  
  5535.    This manual is copyrighted material and all rights are reserved.
  5536.    MarxMenu is a programming language which describes to the computer what
  5537.    it is supposed to do. Even though some of the individual words in
  5538.    MarxMenu are used in other programming languages, I claim a copyright on
  5539.    the collection of words which make up the MarxMenu language. I therefore
  5540.    consider it an infringement of my CopyRight to create a software product
  5541.    which uses the MarxMenu language, or translates MarxMenu source code,
  5542.    without purchasing a license to do so.
  5543.  
  5544.    The combinations of definitions of commands in this manual constitute a
  5545.    copyrighted work. Any publication which describes a computer language
  5546.    for which the MarxMenu command set is a subset is a violation of the
  5547.    copyright of this software and this written manual.
  5548.  
  5549.    In other words, don't try to clone MarxMenu.
  5550.  
  5551.    LICENSE AGREEMENT:
  5552.    LICENSE AGREEMENT:
  5553.    LICENSE AGREEMENT:
  5554.  
  5555.    You are licensed to use this program on a single CPU or workstation. If
  5556.    you are running on a network, you are required to license a separate
  5557.    copy for each workstation or a file server license for each file server.
  5558.    If you are running on a multiuser operating system such as Concurrent
  5559.    DOS, you are required to license a copy for each workstation. Everyone
  5560.    who uses this menu, must license a copy unless several people share the
  5561.    same workstation.
  5562.  
  5563.    This software is licensed and not sold. The license begins when Computer
  5564.    Tyme receives payment in full. You may not transfer, sell, sublease or
  5565.    rent this software without the written consent of Computer Tyme. You are
  5566.    not allowed to distribute MarxMenu in runtime form with software you
  5567.    developed unless it is in combination with a paid for copy of MarxMenu,
  5568.    or you have made special arrangements in writing with Computer Tyme to
  5569.    do so.
  5570.  
  5571.    Use of this product constitutes your acceptance of the terms and
  5572.    conditions of this license and of my copyright and your agreement to
  5573.    abide by these terms and conditions.
  5574.  
  5575.    WARRANTY:
  5576.    WARRANTY:
  5577.    WARRANTY:
  5578.  
  5579.    The warranty is limited to the diskettes to be machine readable for a
  5580.    period of 30 days after purchase. Although we try hard to write perfect
  5581.    software that has no bugs, we do not guarantee that. We also do not
  5582.    guarantee that this product is fit for every purpose and we are not
  5583.    liable for any damages that might occur from use of this product. This
  5584.    agreement is governed by the laws of the State of Missouri.
  5585.  
  5586.  
  5587.  
  5588.    Computer Tyme MarxMenu Users Manual                     Page 2
  5589.    _______________________________________________________________
  5590.  
  5591.  
  5592.    ACKNOWLEDGMENTS:
  5593.    ACKNOWLEDGMENTS:
  5594.    ACKNOWLEDGMENTS:
  5595.  
  5596.    I would like to thank the following people for making this product
  5597.    possible:
  5598.  
  5599.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  5600.    for being good to me and helping with revisions and editing.
  5601.  
  5602.    The Computer Tyme staff for being the best employees in the world.
  5603.  
  5604.    Borland International for writing Turbo Pascal and keeping it bug free
  5605.    and well supported.
  5606.  
  5607.    TurboPower Software for their very powerful extensions to Turbo Pascal
  5608.    and their well written, well supported product.
  5609.  
  5610.    Semware for TEdit and QEdit, their full screen editors.
  5611.  
  5612.    All users who actually paid for this product so that we may continue to
  5613.    eat.
  5614.  
  5615.    Those of you who have pointed out bugs and made suggestions to improve
  5616.    our product.
  5617.  
  5618.    TRADEMARKS
  5619.    TRADEMARKS
  5620.    TRADEMARKS
  5621.  
  5622.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  5623.    are trademarks of Computer Tyme.
  5624.  
  5625.     QEdit and TEdit are trademarks of SemWare.
  5626.     Lotus is a registered trademark of Lotus Development.
  5627.     Wordstar is a registered trademark of MicroPro International.
  5628.     Smart Software is a trademark of Informix.
  5629.     MS-DOS is a trademark of Microsoft.
  5630.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  5631.     Turbo Pascal is a trademark of Borland International.
  5632.     OPRO and TPRO are trademarks of TurboPower Software.
  5633.     Netware and Novell are trademarks of Novell.
  5634.     DesqView and QEMM are trademarks of Quarterdeck.
  5635.     IBM and OS/2 are trademarks of International Business Machines.
  5636.  
  5637.     Created using Turbo Pascal
  5638.     Copyright 1983-90 by Borland International
  5639.  
  5640.    THE MARXMENU NAME
  5641.    THE MARXMENU NAME
  5642.    THE MARXMENU NAME
  5643.  
  5644.    When I first wrote this program my friends referred to it as Marc's
  5645.    Menu. The Names .................................  166
  5646.        -- Window .........................................  166
  5647.        -- WindowHeight ...................................  166
  5648.        -- WindowWidth ....................................  166
  5649.        -- WinX ...........................................  167
  5650.        -- WinY ...........................................  167
  5651.        -- Write ..........................................  167
  5652.        -- WriteCenter ....................................  167
  5653.        -- WriteFileBlock .................................  167
  5654. è       -- Writeln ........................................  167
  5655.        -- WriteTextFile ..................................  167
  5656.  
  5657.  
  5658.  
  5659.    Computer Tyme MarxMenu * Table of Contents              Page 15
  5660.    _______________________________________________________________
  5661.  
  5662.  
  5663.        -- WriteVertical ..................................  168
  5664.        -- Xor ............................................  168
  5665.        -- Year ...........................................  168
  5666.        -- YearOf .........................................  168
  5667.        String Constants ..................................  169
  5668.        Time and Date Constants ...........................  169
  5669.        Video Constants ...................................  170
  5670.        Color Constants ...................................  170
  5671.        Boolean Constants .................................  170
  5672.        Conditional Statements ............................  170
  5673.        Environment Variables used by MarxMenu ............  171
  5674.        Command Categories ................................  172
  5675.        -- Misc Commands ..................................  173
  5676.        -- Math Commands ..................................  173
  5677.        -- Float Commands .................................  174
  5678.        -- String Commands ................................  175
  5679.        -- Variable Commands ..............................  176
  5680.        -- Boolean Commands ...............................  176
  5681.        -- Array Commands .................................  177
  5682.        -- Memory Commands ................................  178
  5683.        -- Novell Commands ................................  178
  5684.        -- MSNet Commands .................................  180
  5685.        -- Vines Commands .................................  180
  5686.        -- Time Commands ..................................  181
  5687.        -- Execution Commands .............................  182
  5688.        -- Display Commands ...............................  182
  5689.        -- Color Commands .................................  184
  5690.        -- Environment Commands ...........................  184
  5691.        -- System Commands ................................  185
  5692.        -- File Commands ..................................  185
  5693.        -- Ansi Commands ..................................  186
  5694.        -- Printer Commands ...............................  186
  5695.        -- International Commands .........................  186
  5696.        -- DesqView Commands ..............................  187
  5697.        -- Conditional Commands ...........................  187
  5698.        -- Keyboard Commands ..............................  188
  5699.        -- MouseControl Commands ..........................  188
  5700.        -- Music Commands .................................  188
  5701.  
  5702.  
  5703.  
  5704.    Computer Tyme MarxMenu Users Manual                     Page 1
  5705.    _______________________________________________________________
  5706.  
  5707.  
  5708.    COPYRIGHT
  5709.    COPYRIGHT
  5710.    COPYRIGHT
  5711.  
  5712.    This manual is copyrighted material and all rights are reserved.
  5713.    MarxMenu is a programming language which describes to the computer what
  5714.    it is supposed to do. Even though some of the individual words in
  5715.    MarxMenu are used in other programming languages, I claim a copyright on
  5716.    the collection of words which make up the MarxMenu language. I therefore
  5717.    consider it an infringement of my CopyRight to create a software product
  5718.    which uses the MarxMenu language, or translates MarxMenu source code,
  5719.    without purchasing a license to do so.
  5720.  
  5721.    The combinations of definitions of commands in this manual constitute a
  5722.    copyrighted work. Any publication which describes a computer language
  5723.    for which the MarxMenu command set is a subset is a violation of the
  5724.    copyright of this software and this written manual.
  5725.  
  5726.    In other words, don't try to clone MarxMenu.
  5727.  
  5728.    LICENSE AGREEMENT:
  5729.    LICENSE AGREEMENT:
  5730.    LICENSE AGREEMENT:
  5731.  
  5732.    You are licensed to use this program on a single CPU or workstation. If
  5733.    you are running on a network, you are required to license a separate
  5734.    copy for each workstation or a file server license for each file server.
  5735.    If you are running on a multiuser operating system such as Concurrent
  5736.    DOS, you are required to license a copy for each workstation. Everyone
  5737.    who uses this menu, must license a copy unless several people share the
  5738.    same workstation.
  5739.  
  5740.    This software is licensed and not sold. The license begins when Computer
  5741.    Tyme receives payment in full. You may not transfer, sell, sublease or
  5742.    rent this software without the written consent of Computer Tyme. You are
  5743.    not allowed to distribute MarxMenu in runtime form with software you
  5744.    developed unless it is in combination with a paid for copy of MarxMenu,
  5745.    or you have made special arrangements in writing with Computer Tyme to
  5746.    do so.
  5747.  
  5748.    Use of this product constitutes your acceptance of the terms and
  5749.    conditions of this license and of my copyright and your agreement to
  5750.    abide by these terms and conditions.
  5751.  
  5752.    WARRANTY:
  5753.    WARRANTY:
  5754.    WARRANTY:
  5755.  
  5756.    The warranty is limited to the diskettes to be machine readable for a
  5757.    period of 30 days after purchase. Although we try hard to write perfect
  5758.    software that has no bugs, we do not guarantee that. We also do not
  5759.    guarantee that this product is fit for every purpose and we are not
  5760.    liable for any damages that might occur from use of this product. This
  5761.    agreement is governed by the laws of the State of Missouri.
  5762.  
  5763.  
  5764.  
  5765.    Computer Tyme MarxMenu Users Manual                     Page 2
  5766.    _______________________________________________________________
  5767.  
  5768.  
  5769.    ACKNOWLEDGMENTS:
  5770.    ACKNOWLEDGMENTS:
  5771.    ACKNOWLEDGMENTS:
  5772.  
  5773.    I would like to thank the following people for making this product
  5774.    possible:
  5775.  
  5776.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  5777.    for being good to me and helping with revisions and editing.
  5778.  
  5779.    The Computer Tyme staff for being the best employees in the world.
  5780.  
  5781.    Borland International for writing Turbo Pascal and keeping it bug free
  5782.    and well supported.
  5783.  
  5784.    TurboPower Software for their very powerful extensions to Turbo Pascal
  5785.    and their well written, well supported product.
  5786.  
  5787.    Semware for TEdit and QEdit, their full screen editors.
  5788.  
  5789.    All users who actually paid for this product so that we may continue to
  5790.    eat.
  5791.  
  5792.    Those of you who have pointed out bugs and made suggestions to improve
  5793.    our product.
  5794.  
  5795.    TRADEMARKS
  5796.    TRADEMARKS
  5797.    TRADEMARKS
  5798.  
  5799.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  5800.    are trademarks of Computer Tyme.
  5801.  
  5802.     QEdit and TEdit are trademarks of SemWare.
  5803.     Lotus is a registered trademark of Lotus Development.
  5804.     Wordstar is a registered trademark of MicroPro International.
  5805.     Smart Software is a trademark of Informix.
  5806.     MS-DOS is a trademark of Microsoft.
  5807.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  5808.     Turbo Pascal is a trademark of Borland International.
  5809.     OPRO and TPRO are trademarks of TurboPower Software.
  5810.     Netware and Novell are trademarks of Novell.
  5811.     DesqView and QEMM are trademarks of Quarterdeck.
  5812.     IBM and OS/2 are trademarks of International Business Machines.
  5813.  
  5814.     Created using Turbo Pascal
  5815.     Copyright 1983-90 by Borland International
  5816.  
  5817.    THE MARXMENU NAME
  5818.    THE MARXMENU NAME
  5819.    THE MARXMENU NAME
  5820.  
  5821.    When I first wrote this program my friends referred to it as Marc's
  5822.    Menu. The Names .................................  166
  5823.        -- Window .........................................  166
  5824.        -- WindowHeight ...................................  166
  5825.        -- WindowWidth ....................................  166
  5826.        -- WinX ...........................................  167
  5827.        -- WinY ...........................................  167
  5828.        -- Write ..........................................  167
  5829.        -- WriteCenter ....................................  167
  5830.        -- WriteFileBlock .................................  167
  5831. è       -- Writeln ........................................  167
  5832.        -- WriteTextFile ..................................  167
  5833.  
  5834.  
  5835.  
  5836.    Computer Tyme MarxMenu * Table of Contents              Page 15
  5837.    _______________________________________________________________
  5838.  
  5839.  
  5840.        -- WriteVertical ..................................  168
  5841.        -- Xor ............................................  168
  5842.        -- Year ...........................................  168
  5843.        -- YearOf .........................................  168
  5844.        String Constants ..................................  169
  5845.        Time and Date Constants ...........................  169
  5846.        Video Constants ...................................  170
  5847.        Color Constants ...................................  170
  5848.        Boolean Constants .................................  170
  5849.        Conditional Statements ............................  170
  5850.        Environment Variables used by MarxMenu ............  171
  5851.        Command Categories ................................  172
  5852.        -- Misc Commands ..................................  173
  5853.        -- Math Commands ..................................  173
  5854.        -- Float Commands .................................  174
  5855.        -- String Commands ................................  175
  5856.        -- Variable Commands ..............................  176
  5857.        -- Boolean Commands ...............................  176
  5858.        -- Array Commands .................................  177
  5859.        -- Memory Commands ................................  178
  5860.        -- Novell Commands ................................  178
  5861.        -- MSNet Commands .................................  180
  5862.        -- Vines Commands .................................  180
  5863.        -- Time Commands ..................................  181
  5864.        -- Execution Commands .............................  182
  5865.        -- Display Commands ...............................  182
  5866.        -- Color Commands .................................  184
  5867.        -- Environment Commands ...........................  184
  5868.        -- System Commands ................................  185
  5869.        -- File Commands ..................................  185
  5870.        -- Ansi Commands ..................................  186
  5871.        -- Printer Commands ...............................  186
  5872.        -- International Commands .........................  186
  5873.        -- DesqView Commands ..............................  187
  5874.        -- Conditional Commands ...........................  187
  5875.        -- Keyboard Commands ..............................  188
  5876.        -- MouseControl Commands ..........................  188
  5877.        -- Music Commands .................................  188
  5878.  
  5879.  
  5880.  
  5881.    Computer Tyme MarxMenu Users Manual                     Page 1
  5882.    _______________________________________________________________
  5883.  
  5884.  
  5885.    COPYRIGHT
  5886.    COPYRIGHT
  5887.    COPYRIGHT
  5888.  
  5889.    This manual is copyrighted material and all rights are reserved.
  5890.    MarxMenu is a programming language which describes to the computer what
  5891.    it is supposed to do. Even though some of the individual words in
  5892.    MarxMenu are used in other programming languages, I claim a copyright on
  5893.    the collection of words which make up the MarxMenu language. I therefore
  5894.    consider it an infringement of my CopyRight to create a software product
  5895.    which uses the MarxMenu language, or translates MarxMenu source code,
  5896.    without purchasing a license to do so.
  5897.  
  5898.    The combinations of definitions of commands in this manual constitute a
  5899.    copyrighted work. Any publication which describes a computer language
  5900.    for which the MarxMenu command set is a subset is a violation of the
  5901.    copyright of this software and this written manual.
  5902.  
  5903.    In other words, don't try to clone MarxMenu.
  5904.  
  5905.    LICENSE AGREEMENT:
  5906.    LICENSE AGREEMENT:
  5907.    LICENSE AGREEMENT:
  5908.  
  5909.    You are licensed to use this program on a single CPU or workstation. If
  5910.    you are running on a network, you are required to license a separate
  5911.    copy for each workstation or a file server license for each file server.
  5912.    If you are running on a multiuser operating system such as Concurrent
  5913.    DOS, you are required to license a copy for each workstation. Everyone
  5914.    who uses this menu, must license a copy unless several people share the
  5915.    same workstation.
  5916.  
  5917.    This software is licensed and not sold. The license begins when Computer
  5918.    Tyme receives payment in full. You may not transfer, sell, sublease or
  5919.    rent this software without the written consent of Computer Tyme. You are
  5920.    not allowed to distribute MarxMenu in runtime form with software you
  5921.    developed unless it is in combination with a paid for copy of MarxMenu,
  5922.    or you have made special arrangements in writing with Computer Tyme to
  5923.    do so.
  5924.  
  5925.    Use of this product constitutes your acceptance of the terms and
  5926.    conditions of this license and of my copyright and your agreement to
  5927.    abide by these terms and conditions.
  5928.  
  5929.    WARRANTY:
  5930.    WARRANTY:
  5931.    WARRANTY:
  5932.  
  5933.    The warranty is limited to the diskettes to be machine readable for a
  5934.    period of 30 days after purchase. Although we try hard to write perfect
  5935.    software that has no bugs, we do not guarantee that. We also do not
  5936.    guarantee that this product is fit for every purpose and we are not
  5937.    liable for any damages that might occur from use of this product. This
  5938.    agreement is governed by the laws of the State of Missouri.
  5939.  
  5940.  
  5941.  
  5942.    Computer Tyme MarxMenu Users Manual                     Page 2
  5943.    _______________________________________________________________
  5944.  
  5945.  
  5946.    ACKNOWLEDGMENTS:
  5947.    ACKNOWLEDGMENTS:
  5948.    ACKNOWLEDGMENTS:
  5949.  
  5950.    I would like to thank the following people for making this product
  5951.    possible:
  5952.  
  5953.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  5954.    for being good to me and helping with revisions and editing.
  5955.  
  5956.    The Computer Tyme staff for being the best employees in the world.
  5957.  
  5958.    Borland International for writing Turbo Pascal and keeping it bug free
  5959.    and well supported.
  5960.  
  5961.    TurboPower Software for their very powerful extensions to Turbo Pascal
  5962.    and their well written, well supported product.
  5963.  
  5964.    Semware for TEdit and QEdit, their full screen editors.
  5965.  
  5966.    All users who actually paid for this product so that we may continue to
  5967.    eat.
  5968.  
  5969.    Those of you who have pointed out bugs and made suggestions to improve
  5970.    our product.
  5971.  
  5972.    TRADEMARKS
  5973.    TRADEMARKS
  5974.    TRADEMARKS
  5975.  
  5976.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  5977.    are trademarks of Computer Tyme.
  5978.  
  5979.     QEdit and TEdit are trademarks of SemWare.
  5980.     Lotus is a registered trademark of Lotus Development.
  5981.     Wordstar is a registered trademark of MicroPro International.
  5982.     Smart Software is a trademark of Informix.
  5983.     MS-DOS is a trademark of Microsoft.
  5984.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  5985.     Turbo Pascal is a trademark of Borland International.
  5986.     OPRO and TPRO are trademarks of TurboPower Software.
  5987.     Netware and Novell are trademarks of Novell.
  5988.     DesqView and QEMM are trademarks of Quarterdeck.
  5989.     IBM and OS/2 are trademarks of International Business Machines.
  5990.  
  5991.     Created using Turbo Pascal
  5992.     Copyright 1983-90 by Borland International
  5993.  
  5994.    THE MARXMENU NAME
  5995.    THE MARXMENU NAME
  5996.    THE MARXMENU NAME
  5997.  
  5998.    When I first wrote this program my friends referred to it as Marc's
  5999.    Menu. The Names .................................  166
  6000.        -- Window .........................................  166
  6001.        -- WindowHeight ...................................  166
  6002.        -- WindowWidth ....................................  166
  6003.        -- WinX ...........................................  167
  6004.        -- WinY ...........................................  167
  6005.        -- Write ..........................................  167
  6006.        -- WriteCenter ....................................  167
  6007.        -- WriteFileBlock .................................  167
  6008. è       -- Writeln ........................................  167
  6009.        -- WriteTextFile ..................................  167
  6010.  
  6011.  
  6012.  
  6013.    Computer Tyme MarxMenu * Table of Contents              Page 15
  6014.    _______________________________________________________________
  6015.  
  6016.  
  6017.        -- WriteVertical ..................................  168
  6018.        -- Xor ............................................  168
  6019.        -- Year ...........................................  168
  6020.        -- YearOf .........................................  168
  6021.        String Constants ..................................  169
  6022.        Time and Date Constants ...........................  169
  6023.        Video Constants ...................................  170
  6024.        Color Constants ...................................  170
  6025.        Boolean Constants .................................  170
  6026.        Conditional Statements ............................  170
  6027.        Environment Variables used by MarxMenu ............  171
  6028.        Command Categories ................................  172
  6029.        -- Misc Commands ..................................  173
  6030.        -- Math Commands ..................................  173
  6031.        -- Float Commands .................................  174
  6032.        -- String Commands ................................  175
  6033.        -- Variable Commands ..............................  176
  6034.        -- Boolean Commands ...............................  176
  6035.        -- Array Commands .................................  177
  6036.        -- Memory Commands ................................  178
  6037.        -- Novell Commands ................................  178
  6038.        -- MSNet Commands .................................  180
  6039.        -- Vines Commands .................................  180
  6040.        -- Time Commands ..................................  181
  6041.        -- Execution Commands .............................  182
  6042.        -- Display Commands ...............................  182
  6043.        -- Color Commands .................................  184
  6044.        -- Environment Commands ...........................  184
  6045.        -- System Commands ................................  185
  6046.        -- File Commands ..................................  185
  6047.        -- Ansi Commands ..................................  186
  6048.        -- Printer Commands ...............................  186
  6049.        -- International Commands .........................  186
  6050.        -- DesqView Commands ..............................  187
  6051.        -- Conditional Commands ...........................  187
  6052.        -- Keyboard Commands ..............................  188
  6053.        -- MouseControl Commands ..........................  188
  6054.        -- Music Commands .................................  188
  6055.  
  6056.  
  6057.  
  6058.    Computer Tyme MarxMenu Users Manual                     Page 1
  6059.    _______________________________________________________________
  6060.  
  6061.  
  6062.    COPYRIGHT
  6063.    COPYRIGHT
  6064.    COPYRIGHT
  6065.  
  6066.    This manual is copyrighted material and all rights are reserved.
  6067.    MarxMenu is a programming language which describes to the computer what
  6068.    it is supposed to do. Even though some of the individual words in
  6069.    MarxMenu are used in other programming languages, I claim a copyright on
  6070.    the collection of words which make up the MarxMenu language. I therefore
  6071.    consider it an infringement of my CopyRight to create a software product
  6072.    which uses the MarxMenu language, or translates MarxMenu source code,
  6073.    without purchasing a license to do so.
  6074.  
  6075.    The combinations of definitions of commands in this manual constitute a
  6076.    copyrighted work. Any publication which describes a computer language
  6077.    for which the MarxMenu command set is a subset is a violation of the
  6078.    copyright of this software and this written manual.
  6079.  
  6080.    In other words, don't try to clone MarxMenu.
  6081.  
  6082.    LICENSE AGREEMENT:
  6083.    LICENSE AGREEMENT:
  6084.    LICENSE AGREEMENT:
  6085.  
  6086.    You are licensed to use this program on a single CPU or workstation. If
  6087.    you are running on a network, you are required to license a separate
  6088.    copy for each workstation or a file server license for each file server.
  6089.    If you are running on a multiuser operating system such as Concurrent
  6090.    DOS, you are required to license a copy for each workstation. Everyone
  6091.    who uses this menu, must license a copy unless several people share the
  6092.    same workstation.
  6093.  
  6094.    This software is licensed and not sold. The license begins when Computer
  6095.    Tyme receives payment in full. You may not transfer, sell, sublease or
  6096.    rent this software without the written consent of Computer Tyme. You are
  6097.    not allowed to distribute MarxMenu in runtime form with software you
  6098.    developed unless it is in combination with a paid for copy of MarxMenu,
  6099.    or you have made special arrangements in writing with Computer Tyme to
  6100.    do so.
  6101.  
  6102.    Use of this product constitutes your acceptance of the terms and
  6103.    conditions of this license and of my copyright and your agreement to
  6104.    abide by these terms and conditions.
  6105.  
  6106.    WARRANTY:
  6107.    WARRANTY:
  6108.    WARRANTY:
  6109.  
  6110.    The warranty is limited to the diskettes to be machine readable for a
  6111.    period of 30 days after purchase. Although we try hard to write perfect
  6112.    software that has no bugs, we do not guarantee that. We also do not
  6113.    guarantee that this product is fit for every purpose and we are not
  6114.    liable for any damages that might occur from use of this product. This
  6115.    agreement is governed by the laws of the State of Missouri.
  6116.  
  6117.  
  6118.  
  6119.    Computer Tyme MarxMenu Users Manual                     Page 2
  6120.    _______________________________________________________________
  6121.  
  6122.  
  6123.    ACKNOWLEDGMENTS:
  6124.    ACKNOWLEDGMENTS:
  6125.    ACKNOWLEDGMENTS:
  6126.  
  6127.    I would like to thank the following people for making this product
  6128.    possible:
  6129.  
  6130.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  6131.    for being good to me and helping with revisions and editing.
  6132.  
  6133.    The Computer Tyme staff for being the best employees in the world.
  6134.  
  6135.    Borland International for writing Turbo Pascal and keeping it bug free
  6136.    and well supported.
  6137.  
  6138.    TurboPower Software for their very powerful extensions to Turbo Pascal
  6139.    and their well written, well supported product.
  6140.  
  6141.    Semware for TEdit and QEdit, their full screen editors.
  6142.  
  6143.    All users who actually paid for this product so that we may continue to
  6144.    eat.
  6145.  
  6146.    Those of you who have pointed out bugs and made suggestions to improve
  6147.    our product.
  6148.  
  6149.    TRADEMARKS
  6150.    TRADEMARKS
  6151.    TRADEMARKS
  6152.  
  6153.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  6154.    are trademarks of Computer Tyme.
  6155.  
  6156.     QEdit and TEdit are trademarks of SemWare.
  6157.     Lotus is a registered trademark of Lotus Development.
  6158.     Wordstar is a registered trademark of MicroPro International.
  6159.     Smart Software is a trademark of Informix.
  6160.     MS-DOS is a trademark of Microsoft.
  6161.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  6162.     Turbo Pascal is a trademark of Borland International.
  6163.     OPRO and TPRO are trademarks of TurboPower Software.
  6164.     Netware and Novell are trademarks of Novell.
  6165.     DesqView and QEMM are trademarks of Quarterdeck.
  6166.     IBM and OS/2 are trademarks of International Business Machines.
  6167.  
  6168.     Created using Turbo Pascal
  6169.     Copyright 1983-90 by Borland International
  6170.  
  6171.    THE MARXMENU NAME
  6172.    THE MARXMENU NAME
  6173.    THE MARXMENU NAME
  6174.  
  6175.    When I first wrote this program my friends referred to it as Marc's
  6176.    Menu. The Names .................................  166
  6177.        -- Window .........................................  166
  6178.        -- WindowHeight ...................................  166
  6179.        -- WindowWidth ....................................  166
  6180.        -- WinX ...........................................  167
  6181.        -- WinY ...........................................  167
  6182.        -- Write ..........................................  167
  6183.        -- WriteCenter ....................................  167
  6184.        -- WriteFileBlock .................................  167
  6185. è       -- Writeln ........................................  167
  6186.        -- WriteTextFile ..................................  167
  6187.  
  6188.  
  6189.  
  6190.    Computer Tyme MarxMenu * Table of Contents              Page 15
  6191.    _______________________________________________________________
  6192.  
  6193.  
  6194.        -- WriteVertical ..................................  168
  6195.        -- Xor ............................................  168
  6196.        -- Year ...........................................  168
  6197.        -- YearOf .........................................  168
  6198.        String Constants ..................................  169
  6199.        Time and Date Constants ...........................  169
  6200.        Video Constants ...................................  170
  6201.        Color Constants ...................................  170
  6202.        Boolean Constants .................................  170
  6203.        Conditional Statements ............................  170
  6204.        Environment Variables used by MarxMenu ............  171
  6205.        Command Categories ................................  172
  6206.        -- Misc Commands ..................................  173
  6207.        -- Math Commands ..................................  173
  6208.        -- Float Commands .................................  174
  6209.        -- String Commands ................................  175
  6210.        -- Variable Commands ..............................  176
  6211.        -- Boolean Commands ...............................  176
  6212.        -- Array Commands .................................  177
  6213.        -- Memory Commands ................................  178
  6214.        -- Novell Commands ................................  178
  6215.        -- MSNet Commands .................................  180
  6216.        -- Vines Commands .................................  180
  6217.        -- Time Commands ..................................  181
  6218.        -- Execution Commands .............................  182
  6219.        -- Display Commands ...............................  182
  6220.        -- Color Commands .................................  184
  6221.        -- Environment Commands ...........................  184
  6222.        -- System Commands ................................  185
  6223.        -- File Commands ..................................  185
  6224.        -- Ansi Commands ..................................  186
  6225.        -- Printer Commands ...............................  186
  6226.        -- International Commands .........................  186
  6227.        -- DesqView Commands ..............................  187
  6228.        -- Conditional Commands ...........................  187
  6229.        -- Keyboard Commands ..............................  188
  6230.        -- MouseControl Commands ..........................  188
  6231.        -- Music Commands .................................  188
  6232.  
  6233.  
  6234.  
  6235.    Computer Tyme MarxMenu Users Manual                     Page 1
  6236.    _______________________________________________________________
  6237.  
  6238.  
  6239.    COPYRIGHT
  6240.    COPYRIGHT
  6241.    COPYRIGHT
  6242.  
  6243.    This manual is copyrighted material and all rights are reserved.
  6244.    MarxMenu is a programming language which describes to the computer what
  6245.    it is supposed to do. Even though some of the individual words in
  6246.    MarxMenu are used in other programming languages, I claim a copyright on
  6247.    the collection of words which make up the MarxMenu language. I therefore
  6248.    consider it an infringement of my CopyRight to create a software product
  6249.    which uses the MarxMenu language, or translates MarxMenu source code,
  6250.    without purchasing a license to do so.
  6251.  
  6252.    The combinations of definitions of commands in this manual constitute a
  6253.    copyrighted work. Any publication which describes a computer language
  6254.    for which the MarxMenu command set is a subset is a violation of the
  6255.    copyright of this software and this written manual.
  6256.  
  6257.    In other words, don't try to clone MarxMenu.
  6258.  
  6259.    LICENSE AGREEMENT:
  6260.    LICENSE AGREEMENT:
  6261.    LICENSE AGREEMENT:
  6262.  
  6263.    You are licensed to use this program on a single CPU or workstation. If
  6264.    you are running on a network, you are required to license a separate
  6265.    copy for each workstation or a file server license for each file server.
  6266.    If you are running on a multiuser operating system such as Concurrent
  6267.    DOS, you are required to license a copy for each workstation. Everyone
  6268.    who uses this menu, must license a copy unless several people share the
  6269.    same workstation.
  6270.  
  6271.    This software is licensed and not sold. The license begins when Computer
  6272.    Tyme receives payment in full. You may not transfer, sell, sublease or
  6273.    rent this software without the written consent of Computer Tyme. You are
  6274.    not allowed to distribute MarxMenu in runtime form with software you
  6275.    developed unless it is in combination with a paid for copy of MarxMenu,
  6276.    or you have made special arrangements in writing with Computer Tyme to
  6277.    do so.
  6278.  
  6279.    Use of this product constitutes your acceptance of the terms and
  6280.    conditions of this license and of my copyright and your agreement to
  6281.    abide by these terms and conditions.
  6282.  
  6283.    WARRANTY:
  6284.    WARRANTY:
  6285.    WARRANTY:
  6286.  
  6287.    The warranty is limited to the diskettes to be machine readable for a
  6288.    period of 30 days after purchase. Although we try hard to write perfect
  6289.    software that has no bugs, we do not guarantee that. We also do not
  6290.    guarantee that this product is fit for every purpose and we are not
  6291.    liable for any damages that might occur from use of this product. This
  6292.    agreement is governed by the laws of the State of Missouri.
  6293.  
  6294.  
  6295.  
  6296.    Computer Tyme MarxMenu Users Manual                     Page 2
  6297.    _______________________________________________________________
  6298.  
  6299.  
  6300.    ACKNOWLEDGMENTS:
  6301.    ACKNOWLEDGMENTS:
  6302.    ACKNOWLEDGMENTS:
  6303.  
  6304.    I would like to thank the following people for making this product
  6305.    possible:
  6306.  
  6307.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  6308.    for being good to me and helping with revisions and editing.
  6309.  
  6310.    The Computer Tyme staff for being the best employees in the world.
  6311.  
  6312.    Borland International for writing Turbo Pascal and keeping it bug free
  6313.    and well supported.
  6314.  
  6315.    TurboPower Software for their very powerful extensions to Turbo Pascal
  6316.    and their well written, well supported product.
  6317.  
  6318.    Semware for TEdit and QEdit, their full screen editors.
  6319.  
  6320.    All users who actually paid for this product so that we may continue to
  6321.    eat.
  6322.  
  6323.    Those of you who have pointed out bugs and made suggestions to improve
  6324.    our product.
  6325.  
  6326.    TRADEMARKS
  6327.    TRADEMARKS
  6328.    TRADEMARKS
  6329.  
  6330.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  6331.    are trademarks of Computer Tyme.
  6332.  
  6333.     QEdit and TEdit are trademarks of SemWare.
  6334.     Lotus is a registered trademark of Lotus Development.
  6335.     Wordstar is a registered trademark of MicroPro International.
  6336.     Smart Software is a trademark of Informix.
  6337.     MS-DOS is a trademark of Microsoft.
  6338.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  6339.     Turbo Pascal is a trademark of Borland International.
  6340.     OPRO and TPRO are trademarks of TurboPower Software.
  6341.     Netware and Novell are trademarks of Novell.
  6342.     DesqView and QEMM are trademarks of Quarterdeck.
  6343.     IBM and OS/2 are trademarks of International Business Machines.
  6344.  
  6345.     Created using Turbo Pascal
  6346.     Copyright 1983-90 by Borland International
  6347.  
  6348.    THE MARXMENU NAME
  6349.    THE MARXMENU NAME
  6350.    THE MARXMENU NAME
  6351.  
  6352.    When I first wrote this program my friends referred to it as Marc's
  6353.    Menu. The Names .................................  166
  6354.        -- Window .........................................  166
  6355.        -- WindowHeight ...................................  166
  6356.        -- WindowWidth ....................................  166
  6357.        -- WinX ...........................................  167
  6358.        -- WinY ...........................................  167
  6359.        -- Write ..........................................  167
  6360.        -- WriteCenter ....................................  167
  6361.        -- WriteFileBlock .................................  167
  6362. è       -- Writeln ........................................  167
  6363.        -- WriteTextFile ..................................  167
  6364.  
  6365.  
  6366.  
  6367.    Computer Tyme MarxMenu * Table of Contents              Page 15
  6368.    _______________________________________________________________
  6369.  
  6370.  
  6371.        -- WriteVertical ..................................  168
  6372.        -- Xor ............................................  168
  6373.        -- Year ...........................................  168
  6374.        -- YearOf .........................................  168
  6375.        String Constants ..................................  169
  6376.        Time and Date Constants ...........................  169
  6377.        Video Constants ...................................  170
  6378.        Color Constants ...................................  170
  6379.        Boolean Constants .................................  170
  6380.        Conditional Statements ............................  170
  6381.        Environment Variables used by MarxMenu ............  171
  6382.        Command Categories ................................  172
  6383.        -- Misc Commands ..................................  173
  6384.        -- Math Commands ..................................  173
  6385.        -- Float Commands .................................  174
  6386.        -- String Commands ................................  175
  6387.        -- Variable Commands ..............................  176
  6388.        -- Boolean Commands ...............................  176
  6389.        -- Array Commands .................................  177
  6390.        -- Memory Commands ................................  178
  6391.        -- Novell Commands ................................  178
  6392.        -- MSNet Commands .................................  180
  6393.        -- Vines Commands .................................  180
  6394.        -- Time Commands ..................................  181
  6395.        -- Execution Commands .............................  182
  6396.        -- Display Commands ...............................  182
  6397.        -- Color Commands .................................  184
  6398.        -- Environment Commands ...........................  184
  6399.        -- System Commands ................................  185
  6400.        -- File Commands ..................................  185
  6401.        -- Ansi Commands ..................................  186
  6402.        -- Printer Commands ...............................  186
  6403.        -- International Commands .........................  186
  6404.        -- DesqView Commands ..............................  187
  6405.        -- Conditional Commands ...........................  187
  6406.        -- Keyboard Commands ..............................  188
  6407.        -- MouseControl Commands ..........................  188
  6408.        -- Music Commands .................................  188
  6409.  
  6410.  
  6411.  
  6412.    Computer Tyme MarxMenu Users Manual                     Page 1
  6413.    _______________________________________________________________
  6414.  
  6415.  
  6416.    COPYRIGHT
  6417.    COPYRIGHT
  6418.    COPYRIGHT
  6419.  
  6420.    This manual is copyrighted material and all rights are reserved.
  6421.    MarxMenu is a programming language which describes to the computer what
  6422.    it is supposed to do. Even though some of the individual words in
  6423.    MarxMenu are used in other programming languages, I claim a copyright on
  6424.    the collection of words which make up the MarxMenu language. I therefore
  6425.    consider it an infringement of my CopyRight to create a software product
  6426.    which uses the MarxMenu language, or translates MarxMenu source code,
  6427.    without purchasing a license to do so.
  6428.  
  6429.    The combinations of definitions of commands in this manual constitute a
  6430.    copyrighted work. Any publication which describes a computer language
  6431.    for which the MarxMenu command set is a subset is a violation of the
  6432.    copyright of this software and this written manual.
  6433.  
  6434.    In other words, don't try to clone MarxMenu.
  6435.  
  6436.    LICENSE AGREEMENT:
  6437.    LICENSE AGREEMENT:
  6438.    LICENSE AGREEMENT:
  6439.  
  6440.    You are licensed to use this program on a single CPU or workstation. If
  6441.    you are running on a network, you are required to license a separate
  6442.    copy for each workstation or a file server license for each file server.
  6443.    If you are running on a multiuser operating system such as Concurrent
  6444.    DOS, you are required to license a copy for each workstation. Everyone
  6445.    who uses this menu, must license a copy unless several people share the
  6446.    same workstation.
  6447.  
  6448.    This software is licensed and not sold. The license begins when Computer
  6449.    Tyme receives payment in full. You may not transfer, sell, sublease or
  6450.    rent this software without the written consent of Computer Tyme. You are
  6451.    not allowed to distribute MarxMenu in runtime form with software you
  6452.    developed unless it is in combination with a paid for copy of MarxMenu,
  6453.    or you have made special arrangements in writing with Computer Tyme to
  6454.    do so.
  6455.  
  6456.    Use of this product constitutes your acceptance of the terms and
  6457.    conditions of this license and of my copyright and your agreement to
  6458.    abide by these terms and conditions.
  6459.  
  6460.    WARRANTY:
  6461.    WARRANTY:
  6462.    WARRANTY:
  6463.  
  6464.    The warranty is limited to the diskettes to be machine readable for a
  6465.    period of 30 days after purchase. Although we try hard to write perfect
  6466.    software that has no bugs, we do not guarantee that. We also do not
  6467.    guarantee that this product is fit for every purpose and we are not
  6468.    liable for any damages that might occur from use of this product. This
  6469.    agreement is governed by the laws of the State of Missouri.
  6470.  
  6471.  
  6472.  
  6473.    Computer Tyme MarxMenu Users Manual                     Page 2
  6474.    _______________________________________________________________
  6475.  
  6476.  
  6477.    ACKNOWLEDGMENTS:
  6478.    ACKNOWLEDGMENTS:
  6479.    ACKNOWLEDGMENTS:
  6480.  
  6481.    I would like to thank the following people for making this product
  6482.    possible:
  6483.  
  6484.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  6485.    for being good to me and helping with revisions and editing.
  6486.  
  6487.    The Computer Tyme staff for being the best employees in the world.
  6488.  
  6489.    Borland International for writing Turbo Pascal and keeping it bug free
  6490.    and well supported.
  6491.  
  6492.    TurboPower Software for their very powerful extensions to Turbo Pascal
  6493.    and their well written, well supported product.
  6494.  
  6495.    Semware for TEdit and QEdit, their full screen editors.
  6496.  
  6497.    All users who actually paid for this product so that we may continue to
  6498.    eat.
  6499.  
  6500.    Those of you who have pointed out bugs and made suggestions to improve
  6501.    our product.
  6502.  
  6503.    TRADEMARKS
  6504.    TRADEMARKS
  6505.    TRADEMARKS
  6506.  
  6507.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  6508.    are trademarks of Computer Tyme.
  6509.  
  6510.     QEdit and TEdit are trademarks of SemWare.
  6511.     Lotus is a registered trademark of Lotus Development.
  6512.     Wordstar is a registered trademark of MicroPro International.
  6513.     Smart Software is a trademark of Informix.
  6514.     MS-DOS is a trademark of Microsoft.
  6515.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  6516.     Turbo Pascal is a trademark of Borland International.
  6517.     OPRO and TPRO are trademarks of TurboPower Software.
  6518.     Netware and Novell are trademarks of Novell.
  6519.     DesqView and QEMM are trademarks of Quarterdeck.
  6520.     IBM and OS/2 are trademarks of International Business Machines.
  6521.  
  6522.     Created using Turbo Pascal
  6523.     Copyright 1983-90 by Borland International
  6524.  
  6525.    THE MARXMENU NAME
  6526.    THE MARXMENU NAME
  6527.    THE MARXMENU NAME
  6528.  
  6529.    When I first wrote this program my friends referred to it as Marc's
  6530.    Menu. The Names .................................  166
  6531.        -- Window .........................................  166
  6532.        -- WindowHeight ...................................  166
  6533.        -- WindowWidth ....................................  166
  6534.        -- WinX ...........................................  167
  6535.        -- WinY ...........................................  167
  6536.        -- Write ..........................................  167
  6537.        -- WriteCenter ....................................  167
  6538.        -- WriteFileBlock .................................  167
  6539. è       -- Writeln ........................................  167
  6540.        -- WriteTextFile ..................................  167
  6541.  
  6542.  
  6543.  
  6544.    Computer Tyme MarxMenu * Table of Contents              Page 15
  6545.    _______________________________________________________________
  6546.  
  6547.  
  6548.        -- WriteVertical ..................................  168
  6549.        -- Xor ............................................  168
  6550.        -- Year ...........................................  168
  6551.        -- YearOf .........................................  168
  6552.        String Constants ..................................  169
  6553.        Time and Date Constants ...........................  169
  6554.        Video Constants ...................................  170
  6555.        Color Constants ...................................  170
  6556.        Boolean Constants .................................  170
  6557.        Conditional Statements ............................  170
  6558.        Environment Variables used by MarxMenu ............  171
  6559.        Command Categories ................................  172
  6560.        -- Misc Commands ..................................  173
  6561.        -- Math Commands ..................................  173
  6562.        -- Float Commands .................................  174
  6563.        -- String Commands ................................  175
  6564.        -- Variable Commands ..............................  176
  6565.        -- Boolean Commands ...............................  176
  6566.        -- Array Commands .................................  177
  6567.        -- Memory Commands ................................  178
  6568.        -- Novell Commands ................................  178
  6569.        -- MSNet Commands .................................  180
  6570.        -- Vines Commands .................................  180
  6571.        -- Time Commands ..................................  181
  6572.        -- Execution Commands .............................  182
  6573.        -- Display Commands ...............................  182
  6574.        -- Color Commands .................................  184
  6575.        -- Environment Commands ...........................  184
  6576.        -- System Commands ................................  185
  6577.        -- File Commands ..................................  185
  6578.        -- Ansi Commands ..................................  186
  6579.        -- Printer Commands ...............................  186
  6580.        -- International Commands .........................  186
  6581.        -- DesqView Commands ..............................  187
  6582.        -- Conditional Commands ...........................  187
  6583.        -- Keyboard Commands ..............................  188
  6584.        -- MouseControl Commands ..........................  188
  6585.        -- Music Commands .................................  188
  6586.  
  6587.  
  6588.  
  6589.    Computer Tyme MarxMenu Users Manual                     Page 1
  6590.    _______________________________________________________________
  6591.  
  6592.  
  6593.    COPYRIGHT
  6594.    COPYRIGHT
  6595.    COPYRIGHT
  6596.  
  6597.    This manual is copyrighted material and all rights are reserved.
  6598.    MarxMenu is a programming language which describes to the computer what
  6599.    it is supposed to do. Even though some of the individual words in
  6600.    MarxMenu are used in other programming languages, I claim a copyright on
  6601.    the collection of words which make up the MarxMenu language. I therefore
  6602.    consider it an infringement of my CopyRight to create a software product
  6603.    which uses the MarxMenu language, or translates MarxMenu source code,
  6604.    without purchasing a license to do so.
  6605.  
  6606.    The combinations of definitions of commands in this manual constitute a
  6607.    copyrighted work. Any publication which describes a computer language
  6608.    for which the MarxMenu command set is a subset is a violation of the
  6609.    copyright of this software and this written manual.
  6610.  
  6611.    In other words, don't try to clone MarxMenu.
  6612.  
  6613.    LICENSE AGREEMENT:
  6614.    LICENSE AGREEMENT:
  6615.    LICENSE AGREEMENT:
  6616.  
  6617.    You are licensed to use this program on a single CPU or workstation. If
  6618.    you are running on a network, you are required to license a separate
  6619.    copy for each workstation or a file server license for each file server.
  6620.    If you are running on a multiuser operating system such as Concurrent
  6621.    DOS, you are required to license a copy for each workstation. Everyone
  6622.    who uses this menu, must license a copy unless several people share the
  6623.    same workstation.
  6624.  
  6625.    This software is licensed and not sold. The license begins when Computer
  6626.    Tyme receives payment in full. You may not transfer, sell, sublease or
  6627.    rent this software without the written consent of Computer Tyme. You are
  6628.    not allowed to distribute MarxMenu in runtime form with software you
  6629.    developed unless it is in combination with a paid for copy of MarxMenu,
  6630.    or you have made special arrangements in writing with Computer Tyme to
  6631.    do so.
  6632.  
  6633.    Use of this product constitutes your acceptance of the terms and
  6634.    conditions of this license and of my copyright and your agreement to
  6635.    abide by these terms and conditions.
  6636.  
  6637.    WARRANTY:
  6638.    WARRANTY:
  6639.    WARRANTY:
  6640.  
  6641.    The warranty is limited to the diskettes to be machine readable for a
  6642.    period of 30 days after purchase. Although we try hard to write perfect
  6643.    software that has no bugs, we do not guarantee that. We also do not
  6644.    guarantee that this product is fit for every purpose and we are not
  6645.    liable for any damages that might occur from use of this product. This
  6646.    agreement is governed by the laws of the State of Missouri.
  6647.  
  6648.  
  6649.  
  6650.    Computer Tyme MarxMenu Users Manual                     Page 2
  6651.    _______________________________________________________________
  6652.  
  6653.  
  6654.    ACKNOWLEDGMENTS:
  6655.    ACKNOWLEDGMENTS:
  6656.    ACKNOWLEDGMENTS:
  6657.  
  6658.    I would like to thank the following people for making this product
  6659.    possible:
  6660.  
  6661.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  6662.    for being good to me and helping with revisions and editing.
  6663.  
  6664.    The Computer Tyme staff for being the best employees in the world.
  6665.  
  6666.    Borland International for writing Turbo Pascal and keeping it bug free
  6667.    and well supported.
  6668.  
  6669.    TurboPower Software for their very powerful extensions to Turbo Pascal
  6670.    and their well written, well supported product.
  6671.  
  6672.    Semware for TEdit and QEdit, their full screen editors.
  6673.  
  6674.    All users who actually paid for this product so that we may continue to
  6675.    eat.
  6676.  
  6677.    Those of you who have pointed out bugs and made suggestions to improve
  6678.    our product.
  6679.  
  6680.    TRADEMARKS
  6681.    TRADEMARKS
  6682.    TRADEMARKS
  6683.  
  6684.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  6685.    are trademarks of Computer Tyme.
  6686.  
  6687.     QEdit and TEdit are trademarks of SemWare.
  6688.     Lotus is a registered trademark of Lotus Development.
  6689.     Wordstar is a registered trademark of MicroPro International.
  6690.     Smart Software is a trademark of Informix.
  6691.     MS-DOS is a trademark of Microsoft.
  6692.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  6693.     Turbo Pascal is a trademark of Borland International.
  6694.     OPRO and TPRO are trademarks of TurboPower Software.
  6695.     Netware and Novell are trademarks of Novell.
  6696.     DesqView and QEMM are trademarks of Quarterdeck.
  6697.     IBM and OS/2 are trademarks of International Business Machines.
  6698.  
  6699.     Created using Turbo Pascal
  6700.     Copyright 1983-90 by Borland International
  6701.  
  6702.    THE MARXMENU NAME
  6703.    THE MARXMENU NAME
  6704.    THE MARXMENU NAME
  6705.  
  6706.    When I first wrote this program my friends referred to it as Marc's
  6707.    Menu. The Names .................................  166
  6708.        -- Window .........................................  166
  6709.        -- WindowHeight ...................................  166
  6710.        -- WindowWidth ....................................  166
  6711.        -- WinX ...........................................  167
  6712.        -- WinY ...........................................  167
  6713.        -- Write ..........................................  167
  6714.        -- WriteCenter ....................................  167
  6715.        -- WriteFileBlock .................................  167
  6716. è       -- Writeln ........................................  167
  6717.        -- WriteTextFile ..................................  167
  6718.  
  6719.  
  6720.  
  6721.    Computer Tyme MarxMenu * Table of Contents              Page 15
  6722.    _______________________________________________________________
  6723.  
  6724.  
  6725.        -- WriteVertical ..................................  168
  6726.        -- Xor ............................................  168
  6727.        -- Year ...........................................  168
  6728.        -- YearOf .........................................  168
  6729.        String Constants ..................................  169
  6730.        Time and Date Constants ...........................  169
  6731.        Video Constants ...................................  170
  6732.        Color Constants ...................................  170
  6733.        Boolean Constants .................................  170
  6734.        Conditional Statements ............................  170
  6735.        Environment Variables used by MarxMenu ............  171
  6736.        Command Categories ................................  172
  6737.        -- Misc Commands ..................................  173
  6738.        -- Math Commands ..................................  173
  6739.        -- Float Commands .................................  174
  6740.        -- String Commands ................................  175
  6741.        -- Variable Commands ..............................  176
  6742.        -- Boolean Commands ...............................  176
  6743.        -- Array Commands .................................  177
  6744.        -- Memory Commands ................................  178
  6745.        -- Novell Commands ................................  178
  6746.        -- MSNet Commands .................................  180
  6747.        -- Vines Commands .................................  180
  6748.        -- Time Commands ..................................  181
  6749.        -- Execution Commands .............................  182
  6750.        -- Display Commands ...............................  182
  6751.        -- Color Commands .................................  184
  6752.        -- Environment Commands ...........................  184
  6753.        -- System Commands ................................  185
  6754.        -- File Commands ..................................  185
  6755.        -- Ansi Commands ..................................  186
  6756.        -- Printer Commands ...............................  186
  6757.        -- International Commands .........................  186
  6758.        -- DesqView Commands ..............................  187
  6759.        -- Conditional Commands ...........................  187
  6760.        -- Keyboard Commands ..............................  188
  6761.        -- MouseControl Commands ..........................  188
  6762.        -- Music Commands .................................  188
  6763.  
  6764.  
  6765.  
  6766.    Computer Tyme MarxMenu Users Manual                     Page 1
  6767.    _______________________________________________________________
  6768.  
  6769.  
  6770.    COPYRIGHT
  6771.    COPYRIGHT
  6772.    COPYRIGHT
  6773.  
  6774.    This manual is copyrighted material and all rights are reserved.
  6775.    MarxMenu is a programming language which describes to the computer what
  6776.    it is supposed to do. Even though some of the individual words in
  6777.    MarxMenu are used in other programming languages, I claim a copyright on
  6778.    the collection of words which make up the MarxMenu language. I therefore
  6779.    consider it an infringement of my CopyRight to create a software product
  6780.    which uses the MarxMenu language, or translates MarxMenu source code,
  6781.    without purchasing a license to do so.
  6782.  
  6783.    The combinations of definitions of commands in this manual constitute a
  6784.    copyrighted work. Any publication which describes a computer language
  6785.    for which the MarxMenu command set is a subset is a violation of the
  6786.    copyright of this software and this written manual.
  6787.  
  6788.    In other words, don't try to clone MarxMenu.
  6789.  
  6790.    LICENSE AGREEMENT:
  6791.    LICENSE AGREEMENT:
  6792.    LICENSE AGREEMENT:
  6793.  
  6794.    You are licensed to use this program on a single CPU or workstation. If
  6795.    you are running on a network, you are required to license a separate
  6796.    copy for each workstation or a file server license for each file server.
  6797.    If you are running on a multiuser operating system such as Concurrent
  6798.    DOS, you are required to license a copy for each workstation. Everyone
  6799.    who uses this menu, must license a copy unless several people share the
  6800.    same workstation.
  6801.  
  6802.    This software is licensed and not sold. The license begins when Computer
  6803.    Tyme receives payment in full. You may not transfer, sell, sublease or
  6804.    rent this software without the written consent of Computer Tyme. You are
  6805.    not allowed to distribute MarxMenu in runtime form with software you
  6806.    developed unless it is in combination with a paid for copy of MarxMenu,
  6807.    or you have made special arrangements in writing with Computer Tyme to
  6808.    do so.
  6809.  
  6810.    Use of this product constitutes your acceptance of the terms and
  6811.    conditions of this license and of my copyright and your agreement to
  6812.    abide by these terms and conditions.
  6813.  
  6814.    WARRANTY:
  6815.    WARRANTY:
  6816.    WARRANTY:
  6817.  
  6818.    The warranty is limited to the diskettes to be machine readable for a
  6819.    period of 30 days after purchase. Although we try hard to write perfect
  6820.    software that has no bugs, we do not guarantee that. We also do not
  6821.    guarantee that this product is fit for every purpose and we are not
  6822.    liable for any damages that might occur from use of this product. This
  6823.    agreement is governed by the laws of the State of Missouri.
  6824.  
  6825.  
  6826.  
  6827.    Computer Tyme MarxMenu Users Manual                     Page 2
  6828.    _______________________________________________________________
  6829.  
  6830.  
  6831.    ACKNOWLEDGMENTS:
  6832.    ACKNOWLEDGMENTS:
  6833.    ACKNOWLEDGMENTS:
  6834.  
  6835.    I would like to thank the following people for making this product
  6836.    possible:
  6837.  
  6838.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  6839.    for being good to me and helping with revisions and editing.
  6840.  
  6841.    The Computer Tyme staff for being the best employees in the world.
  6842.  
  6843.    Borland International for writing Turbo Pascal and keeping it bug free
  6844.    and well supported.
  6845.  
  6846.    TurboPower Software for their very powerful extensions to Turbo Pascal
  6847.    and their well written, well supported product.
  6848.  
  6849.    Semware for TEdit and QEdit, their full screen editors.
  6850.  
  6851.    All users who actually paid for this product so that we may continue to
  6852.    eat.
  6853.  
  6854.    Those of you who have pointed out bugs and made suggestions to improve
  6855.    our product.
  6856.  
  6857.    TRADEMARKS
  6858.    TRADEMARKS
  6859.    TRADEMARKS
  6860.  
  6861.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  6862.    are trademarks of Computer Tyme.
  6863.  
  6864.     QEdit and TEdit are trademarks of SemWare.
  6865.     Lotus is a registered trademark of Lotus Development.
  6866.     Wordstar is a registered trademark of MicroPro International.
  6867.     Smart Software is a trademark of Informix.
  6868.     MS-DOS is a trademark of Microsoft.
  6869.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  6870.     Turbo Pascal is a trademark of Borland International.
  6871.     OPRO and TPRO are trademarks of TurboPower Software.
  6872.     Netware and Novell are trademarks of Novell.
  6873.     DesqView and QEMM are trademarks of Quarterdeck.
  6874.     IBM and OS/2 are trademarks of International Business Machines.
  6875.  
  6876.     Created using Turbo Pascal
  6877.     Copyright 1983-90 by Borland International
  6878.  
  6879.    THE MARXMENU NAME
  6880.    THE MARXMENU NAME
  6881.    THE MARXMENU NAME
  6882.  
  6883.    When I first wrote this program my friends referred to it as Marc's
  6884.    Menu. The Names .................................  166
  6885.        -- Window .........................................  166
  6886.        -- WindowHeight ...................................  166
  6887.        -- WindowWidth ....................................  166
  6888.        -- WinX ...........................................  167
  6889.        -- WinY ...........................................  167
  6890.        -- Write ..........................................  167
  6891.        -- WriteCenter ....................................  167
  6892.        -- WriteFileBlock .................................  167
  6893. è       -- Writeln ........................................  167
  6894.        -- WriteTextFile ..................................  167
  6895.  
  6896.  
  6897.  
  6898.    Computer Tyme MarxMenu * Table of Contents              Page 15
  6899.    _______________________________________________________________
  6900.  
  6901.  
  6902.        -- WriteVertical ..................................  168
  6903.        -- Xor ............................................  168
  6904.        -- Year ...........................................  168
  6905.        -- YearOf .........................................  168
  6906.        String Constants ..................................  169
  6907.        Time and Date Constants ...........................  169
  6908.        Video Constants ...................................  170
  6909.        Color Constants ...................................  170
  6910.        Boolean Constants .................................  170
  6911.        Conditional Statements ............................  170
  6912.        Environment Variables used by MarxMenu ............  171
  6913.        Command Categories ................................  172
  6914.        -- Misc Commands ..................................  173
  6915.        -- Math Commands ..................................  173
  6916.        -- Float Commands .................................  174
  6917.        -- String Commands ................................  175
  6918.        -- Variable Commands ..............................  176
  6919.        -- Boolean Commands ...............................  176
  6920.        -- Array Commands .................................  177
  6921.        -- Memory Commands ................................  178
  6922.        -- Novell Commands ................................  178
  6923.        -- MSNet Commands .................................  180
  6924.        -- Vines Commands .................................  180
  6925.        -- Time Commands ..................................  181
  6926.        -- Execution Commands .............................  182
  6927.        -- Display Commands ...............................  182
  6928.        -- Color Commands .................................  184
  6929.        -- Environment Commands ...........................  184
  6930.        -- System Commands ................................  185
  6931.        -- File Commands ..................................  185
  6932.        -- Ansi Commands ..................................  186
  6933.        -- Printer Commands ...............................  186
  6934.        -- International Commands .........................  186
  6935.        -- DesqView Commands ..............................  187
  6936.        -- Conditional Commands ...........................  187
  6937.        -- Keyboard Commands ..............................  188
  6938.        -- MouseControl Commands ..........................  188
  6939.        -- Music Commands .................................  188
  6940.  
  6941.  
  6942.  
  6943.    Computer Tyme MarxMenu Users Manual                     Page 1
  6944.    _______________________________________________________________
  6945.  
  6946.  
  6947.    COPYRIGHT
  6948.    COPYRIGHT
  6949.    COPYRIGHT
  6950.  
  6951.    This manual is copyrighted material and all rights are reserved.
  6952.    MarxMenu is a programming language which describes to the computer what
  6953.    it is supposed to do. Even though some of the individual words in
  6954.    MarxMenu are used in other programming languages, I claim a copyright on
  6955.    the collection of words which make up the MarxMenu language. I therefore
  6956.    consider it an infringement of my CopyRight to create a software product
  6957.    which uses the MarxMenu language, or translates MarxMenu source code,
  6958.    without purchasing a license to do so.
  6959.  
  6960.    The combinations of definitions of commands in this manual constitute a
  6961.    copyrighted work. Any publication which describes a computer language
  6962.    for which the MarxMenu command set is a subset is a violation of the
  6963.    copyright of this software and this written manual.
  6964.  
  6965.    In other words, don't try to clone MarxMenu.
  6966.  
  6967.    LICENSE AGREEMENT:
  6968.    LICENSE AGREEMENT:
  6969.    LICENSE AGREEMENT:
  6970.  
  6971.    You are licensed to use this program on a single CPU or workstation. If
  6972.    you are running on a network, you are required to license a separate
  6973.    copy for each workstation or a file server license for each file server.
  6974.    If you are running on a multiuser operating system such as Concurrent
  6975.    DOS, you are required to license a copy for each workstation. Everyone
  6976.    who uses this menu, must license a copy unless several people share the
  6977.    same workstation.
  6978.  
  6979.    This software is licensed and not sold. The license begins when Computer
  6980.    Tyme receives payment in full. You may not transfer, sell, sublease or
  6981.    rent this software without the written consent of Computer Tyme. You are
  6982.    not allowed to distribute MarxMenu in runtime form with software you
  6983.    developed unless it is in combination with a paid for copy of MarxMenu,
  6984.    or you have made special arrangements in writing with Computer Tyme to
  6985.    do so.
  6986.  
  6987.    Use of this product constitutes your acceptance of the terms and
  6988.    conditions of this license and of my copyright and your agreement to
  6989.    abide by these terms and conditions.
  6990.  
  6991.    WARRANTY:
  6992.    WARRANTY:
  6993.    WARRANTY:
  6994.  
  6995.    The warranty is limited to the diskettes to be machine readable for a
  6996.    period of 30 days after purchase. Although we try hard to write perfect
  6997.    software that has no bugs, we do not guarantee that. We also do not
  6998.    guarantee that this product is fit for every purpose and we are not
  6999.    liable for any damages that might occur from use of this product. This
  7000.    agreement is governed by the laws of the State of Missouri.
  7001.  
  7002.  
  7003.  
  7004.    Computer Tyme MarxMenu Users Manual                     Page 2
  7005.    _______________________________________________________________
  7006.  
  7007.  
  7008.    ACKNOWLEDGMENTS:
  7009.    ACKNOWLEDGMENTS:
  7010.    ACKNOWLEDGMENTS:
  7011.  
  7012.    I would like to thank the following people for making this product
  7013.    possible:
  7014.  
  7015.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  7016.    for being good to me and helping with revisions and editing.
  7017.  
  7018.    The Computer Tyme staff for being the best employees in the world.
  7019.  
  7020.    Borland International for writing Turbo Pascal and keeping it bug free
  7021.    and well supported.
  7022.  
  7023.    TurboPower Software for their very powerful extensions to Turbo Pascal
  7024.    and their well written, well supported product.
  7025.  
  7026.    Semware for TEdit and QEdit, their full screen editors.
  7027.  
  7028.    All users who actually paid for this product so that we may continue to
  7029.    eat.
  7030.  
  7031.    Those of you who have pointed out bugs and made suggestions to improve
  7032.    our product.
  7033.  
  7034.    TRADEMARKS
  7035.    TRADEMARKS
  7036.    TRADEMARKS
  7037.  
  7038.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  7039.    are trademarks of Computer Tyme.
  7040.  
  7041.     QEdit and TEdit are trademarks of SemWare.
  7042.     Lotus is a registered trademark of Lotus Development.
  7043.     Wordstar is a registered trademark of MicroPro International.
  7044.     Smart Software is a trademark of Informix.
  7045.     MS-DOS is a trademark of Microsoft.
  7046.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  7047.     Turbo Pascal is a trademark of Borland International.
  7048.     OPRO and TPRO are trademarks of TurboPower Software.
  7049.     Netware and Novell are trademarks of Novell.
  7050.     DesqView and QEMM are trademarks of Quarterdeck.
  7051.     IBM and OS/2 are trademarks of International Business Machines.
  7052.  
  7053.     Created using Turbo Pascal
  7054.     Copyright 1983-90 by Borland International
  7055.  
  7056.    THE MARXMENU NAME
  7057.    THE MARXMENU NAME
  7058.    THE MARXMENU NAME
  7059.  
  7060.    When I first wrote this program my friends referred to it as Marc's
  7061.    Menu. The Names .................................  166
  7062.        -- Window .........................................  166
  7063.        -- WindowHeight ...................................  166
  7064.        -- WindowWidth ....................................  166
  7065.        -- WinX ...........................................  167
  7066.        -- WinY ...........................................  167
  7067.        -- Write ..........................................  167
  7068.        -- WriteCenter ....................................  167
  7069.        -- WriteFileBlock .................................  167
  7070. è       -- Writeln ........................................  167
  7071.        -- WriteTextFile ..................................  167
  7072.  
  7073.  
  7074.  
  7075.    Computer Tyme MarxMenu * Table of Contents              Page 15
  7076.    _______________________________________________________________
  7077.  
  7078.  
  7079.        -- WriteVertical ..................................  168
  7080.        -- Xor ............................................  168
  7081.        -- Year ...........................................  168
  7082.        -- YearOf .........................................  168
  7083.        String Constants ..................................  169
  7084.        Time and Date Constants ...........................  169
  7085.        Video Constants ...................................  170
  7086.        Color Constants ...................................  170
  7087.        Boolean Constants .................................  170
  7088.        Conditional Statements ............................  170
  7089.        Environment Variables used by MarxMenu ............  171
  7090.        Command Categories ................................  172
  7091.        -- Misc Commands ..................................  173
  7092.        -- Math Commands ..................................  173
  7093.        -- Float Commands .................................  174
  7094.        -- String Commands ................................  175
  7095.        -- Variable Commands ..............................  176
  7096.        -- Boolean Commands ...............................  176
  7097.        -- Array Commands .................................  177
  7098.        -- Memory Commands ................................  178
  7099.        -- Novell Commands ................................  178
  7100.        -- MSNet Commands .................................  180
  7101.        -- Vines Commands .................................  180
  7102.        -- Time Commands ..................................  181
  7103.        -- Execution Commands .............................  182
  7104.        -- Display Commands ...............................  182
  7105.        -- Color Commands .................................  184
  7106.        -- Environment Commands ...........................  184
  7107.        -- System Commands ................................  185
  7108.        -- File Commands ..................................  185
  7109.        -- Ansi Commands ..................................  186
  7110.        -- Printer Commands ...............................  186
  7111.        -- International Commands .........................  186
  7112.        -- DesqView Commands ..............................  187
  7113.        -- Conditional Commands ...........................  187
  7114.        -- Keyboard Commands ..............................  188
  7115.        -- MouseControl Commands ..........................  188
  7116.        -- Music Commands .................................  188
  7117.  
  7118.  
  7119.  
  7120.    Computer Tyme MarxMenu Users Manual                     Page 1
  7121.    _______________________________________________________________
  7122.  
  7123.  
  7124.    COPYRIGHT
  7125.    COPYRIGHT
  7126.    COPYRIGHT
  7127.  
  7128.    This manual is copyrighted material and all rights are reserved.
  7129.    MarxMenu is a programming language which describes to the computer what
  7130.    it is supposed to do. Even though some of the individual words in
  7131.    MarxMenu are used in other programming languages, I claim a copyright on
  7132.    the collection of words which make up the MarxMenu language. I therefore
  7133.    consider it an infringement of my CopyRight to create a software product
  7134.    which uses the MarxMenu language, or translates MarxMenu source code,
  7135.    without purchasing a license to do so.
  7136.  
  7137.    The combinations of definitions of commands in this manual constitute a
  7138.    copyrighted work. Any publication which describes a computer language
  7139.    for which the MarxMenu command set is a subset is a violation of the
  7140.    copyright of this software and this written manual.
  7141.  
  7142.    In other words, don't try to clone MarxMenu.
  7143.  
  7144.    LICENSE AGREEMENT:
  7145.    LICENSE AGREEMENT:
  7146.    LICENSE AGREEMENT:
  7147.  
  7148.    You are licensed to use this program on a single CPU or workstation. If
  7149.    you are running on a network, you are required to license a separate
  7150.    copy for each workstation or a file server license for each file server.
  7151.    If you are running on a multiuser operating system such as Concurrent
  7152.    DOS, you are required to license a copy for each workstation. Everyone
  7153.    who uses this menu, must license a copy unless several people share the
  7154.    same workstation.
  7155.  
  7156.    This software is licensed and not sold. The license begins when Computer
  7157.    Tyme receives payment in full. You may not transfer, sell, sublease or
  7158.    rent this software without the written consent of Computer Tyme. You are
  7159.    not allowed to distribute MarxMenu in runtime form with software you
  7160.    developed unless it is in combination with a paid for copy of MarxMenu,
  7161.    or you have made special arrangements in writing with Computer Tyme to
  7162.    do so.
  7163.  
  7164.    Use of this product constitutes your acceptance of the terms and
  7165.    conditions of this license and of my copyright and your agreement to
  7166.    abide by these terms and conditions.
  7167.  
  7168.    WARRANTY:
  7169.    WARRANTY:
  7170.    WARRANTY:
  7171.  
  7172.    The warranty is limited to the diskettes to be machine readable for a
  7173.    period of 30 days after purchase. Although we try hard to write perfect
  7174.    software that has no bugs, we do not guarantee that. We also do not
  7175.    guarantee that this product is fit for every purpose and we are not
  7176.    liable for any damages that might occur from use of this product. This
  7177.    agreement is governed by the laws of the State of Missouri.
  7178.  
  7179.  
  7180.  
  7181.    Computer Tyme MarxMenu Users Manual                     Page 2
  7182.    _______________________________________________________________
  7183.  
  7184.  
  7185.    ACKNOWLEDGMENTS:
  7186.    ACKNOWLEDGMENTS:
  7187.    ACKNOWLEDGMENTS:
  7188.  
  7189.    I would like to thank the following people for making this product
  7190.    possible:
  7191.  
  7192.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  7193.    for being good to me and helping with revisions and editing.
  7194.  
  7195.    The Computer Tyme staff for being the best employees in the world.
  7196.  
  7197.    Borland International for writing Turbo Pascal and keeping it bug free
  7198.    and well supported.
  7199.  
  7200.    TurboPower Software for their very powerful extensions to Turbo Pascal
  7201.    and their well written, well supported product.
  7202.  
  7203.    Semware for TEdit and QEdit, their full screen editors.
  7204.  
  7205.    All users who actually paid for this product so that we may continue to
  7206.    eat.
  7207.  
  7208.    Those of you who have pointed out bugs and made suggestions to improve
  7209.    our product.
  7210.  
  7211.    TRADEMARKS
  7212.    TRADEMARKS
  7213.    TRADEMARKS
  7214.  
  7215.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  7216.    are trademarks of Computer Tyme.
  7217.  
  7218.     QEdit and TEdit are trademarks of SemWare.
  7219.     Lotus is a registered trademark of Lotus Development.
  7220.     Wordstar is a registered trademark of MicroPro International.
  7221.     Smart Software is a trademark of Informix.
  7222.     MS-DOS is a trademark of Microsoft.
  7223.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  7224.     Turbo Pascal is a trademark of Borland International.
  7225.     OPRO and TPRO are trademarks of TurboPower Software.
  7226.     Netware and Novell are trademarks of Novell.
  7227.     DesqView and QEMM are trademarks of Quarterdeck.
  7228.     IBM and OS/2 are trademarks of International Business Machines.
  7229.  
  7230.     Created using Turbo Pascal
  7231.     Copyright 1983-90 by Borland International
  7232.  
  7233.    THE MARXMENU NAME
  7234.    THE MARXMENU NAME
  7235.    THE MARXMENU NAME
  7236.  
  7237.    When I first wrote this program my friends referred to it as Marc's
  7238.    Menu. The Names .................................  166
  7239.        -- Window .........................................  166
  7240.        -- WindowHeight ...................................  166
  7241.        -- WindowWidth ....................................  166
  7242.        -- WinX ...........................................  167
  7243.        -- WinY ...........................................  167
  7244.        -- Write ..........................................  167
  7245.        -- WriteCenter ....................................  167
  7246.        -- WriteFileBlock .................................  167
  7247. è       -- Writeln ........................................  167
  7248.        -- WriteTextFile ..................................  167
  7249.  
  7250.  
  7251.  
  7252.    Computer Tyme MarxMenu * Table of Contents              Page 15
  7253.    _______________________________________________________________
  7254.  
  7255.  
  7256.        -- WriteVertical ..................................  168
  7257.        -- Xor ............................................  168
  7258.        -- Year ...........................................  168
  7259.        -- YearOf .........................................  168
  7260.        String Constants ..................................  169
  7261.        Time and Date Constants ...........................  169
  7262.        Video Constants ...................................  170
  7263.        Color Constants ...................................  170
  7264.        Boolean Constants .................................  170
  7265.        Conditional Statements ............................  170
  7266.        Environment Variables used by MarxMenu ............  171
  7267.        Command Categories ................................  172
  7268.        -- Misc Commands ..................................  173
  7269.        -- Math Commands ..................................  173
  7270.        -- Float Commands .................................  174
  7271.        -- String Commands ................................  175
  7272.        -- Variable Commands ..............................  176
  7273.        -- Boolean Commands ...............................  176
  7274.        -- Array Commands .................................  177
  7275.        -- Memory Commands ................................  178
  7276.        -- Novell Commands ................................  178
  7277.        -- MSNet Commands .................................  180
  7278.        -- Vines Commands .................................  180
  7279.        -- Time Commands ..................................  181
  7280.        -- Execution Commands .............................  182
  7281.        -- Display Commands ...............................  182
  7282.        -- Color Commands .................................  184
  7283.        -- Environment Commands ...........................  184
  7284.        -- System Commands ................................  185
  7285.        -- File Commands ..................................  185
  7286.        -- Ansi Commands ..................................  186
  7287.        -- Printer Commands ...............................  186
  7288.        -- International Commands .........................  186
  7289.        -- DesqView Commands ..............................  187
  7290.        -- Conditional Commands ...........................  187
  7291.        -- Keyboard Commands ..............................  188
  7292.        -- MouseControl Commands ..........................  188
  7293.        -- Music Commands .................................  188
  7294.  
  7295.  
  7296.  
  7297.    Computer Tyme MarxMenu Users Manual                     Page 1
  7298.    _______________________________________________________________
  7299.  
  7300.  
  7301.    COPYRIGHT
  7302.    COPYRIGHT
  7303.    COPYRIGHT
  7304.  
  7305.    This manual is copyrighted material and all rights are reserved.
  7306.    MarxMenu is a programming language which describes to the computer what
  7307.    it is supposed to do. Even though some of the individual words in
  7308.    MarxMenu are used in other programming languages, I claim a copyright on
  7309.    the collection of words which make up the MarxMenu language. I therefore
  7310.    consider it an infringement of my CopyRight to create a software product
  7311.    which uses the MarxMenu language, or translates MarxMenu source code,
  7312.    without purchasing a license to do so.
  7313.  
  7314.    The combinations of definitions of commands in this manual constitute a
  7315.    copyrighted work. Any publication which describes a computer language
  7316.    for which the MarxMenu command set is a subset is a violation of the
  7317.    copyright of this software and this written manual.
  7318.  
  7319.    In other words, don't try to clone MarxMenu.
  7320.  
  7321.    LICENSE AGREEMENT:
  7322.    LICENSE AGREEMENT:
  7323.    LICENSE AGREEMENT:
  7324.  
  7325.    You are licensed to use this program on a single CPU or workstation. If
  7326.    you are running on a network, you are required to license a separate
  7327.    copy for each workstation or a file server license for each file server.
  7328.    If you are running on a multiuser operating system such as Concurrent
  7329.    DOS, you are required to license a copy for each workstation. Everyone
  7330.    who uses this menu, must license a copy unless several people share the
  7331.    same workstation.
  7332.  
  7333.    This software is licensed and not sold. The license begins when Computer
  7334.    Tyme receives payment in full. You may not transfer, sell, sublease or
  7335.    rent this software without the written consent of Computer Tyme. You are
  7336.    not allowed to distribute MarxMenu in runtime form with software you
  7337.    developed unless it is in combination with a paid for copy of MarxMenu,
  7338.    or you have made special arrangements in writing with Computer Tyme to
  7339.    do so.
  7340.  
  7341.    Use of this product constitutes your acceptance of the terms and
  7342.    conditions of this license and of my copyright and your agreement to
  7343.    abide by these terms and conditions.
  7344.  
  7345.    WARRANTY:
  7346.    WARRANTY:
  7347.    WARRANTY:
  7348.  
  7349.    The warranty is limited to the diskettes to be machine readable for a
  7350.    period of 30 days after purchase. Although we try hard to write perfect
  7351.    software that has no bugs, we do not guarantee that. We also do not
  7352.    guarantee that this product is fit for every purpose and we are not
  7353.    liable for any damages that might occur from use of this product. This
  7354.    agreement is governed by the laws of the State of Missouri.
  7355.  
  7356.  
  7357.  
  7358.    Computer Tyme MarxMenu Users Manual                     Page 2
  7359.    _______________________________________________________________
  7360.  
  7361.  
  7362.    ACKNOWLEDGMENTS:
  7363.    ACKNOWLEDGMENTS:
  7364.    ACKNOWLEDGMENTS:
  7365.  
  7366.    I would like to thank the following people for making this product
  7367.    possible:
  7368.  
  7369.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  7370.    for being good to me and helping with revisions and editing.
  7371.  
  7372.    The Computer Tyme staff for being the best employees in the world.
  7373.  
  7374.    Borland International for writing Turbo Pascal and keeping it bug free
  7375.    and well supported.
  7376.  
  7377.    TurboPower Software for their very powerful extensions to Turbo Pascal
  7378.    and their well written, well supported product.
  7379.  
  7380.    Semware for TEdit and QEdit, their full screen editors.
  7381.  
  7382.    All users who actually paid for this product so that we may continue to
  7383.    eat.
  7384.  
  7385.    Those of you who have pointed out bugs and made suggestions to improve
  7386.    our product.
  7387.  
  7388.    TRADEMARKS
  7389.    TRADEMARKS
  7390.    TRADEMARKS
  7391.  
  7392.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  7393.    are trademarks of Computer Tyme.
  7394.  
  7395.     QEdit and TEdit are trademarks of SemWare.
  7396.     Lotus is a registered trademark of Lotus Development.
  7397.     Wordstar is a registered trademark of MicroPro International.
  7398.     Smart Software is a trademark of Informix.
  7399.     MS-DOS is a trademark of Microsoft.
  7400.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  7401.     Turbo Pascal is a trademark of Borland International.
  7402.     OPRO and TPRO are trademarks of TurboPower Software.
  7403.     Netware and Novell are trademarks of Novell.
  7404.     DesqView and QEMM are trademarks of Quarterdeck.
  7405.     IBM and OS/2 are trademarks of International Business Machines.
  7406.  
  7407.     Created using Turbo Pascal
  7408.     Copyright 1983-90 by Borland International
  7409.  
  7410.    THE MARXMENU NAME
  7411.    THE MARXMENU NAME
  7412.    THE MARXMENU NAME
  7413.  
  7414.    When I first wrote this program my friends referred to it as Marc's
  7415.    Menu. The Names .................................  166
  7416.        -- Window .........................................  166
  7417.        -- WindowHeight ...................................  166
  7418.        -- WindowWidth ....................................  166
  7419.        -- WinX ...........................................  167
  7420.        -- WinY ...........................................  167
  7421.        -- Write ..........................................  167
  7422.        -- WriteCenter ....................................  167
  7423.        -- WriteFileBlock .................................  167
  7424. è       -- Writeln ........................................  167
  7425.        -- WriteTextFile ..................................  167
  7426.  
  7427.  
  7428.  
  7429.    Computer Tyme MarxMenu * Table of Contents              Page 15
  7430.    _______________________________________________________________
  7431.  
  7432.  
  7433.        -- WriteVertical ..................................  168
  7434.        -- Xor ............................................  168
  7435.        -- Year ...........................................  168
  7436.        -- YearOf .........................................  168
  7437.        String Constants ..................................  169
  7438.        Time and Date Constants ...........................  169
  7439.        Video Constants ...................................  170
  7440.        Color Constants ...................................  170
  7441.        Boolean Constants .................................  170
  7442.        Conditional Statements ............................  170
  7443.        Environment Variables used by MarxMenu ............  171
  7444.        Command Categories ................................  172
  7445.        -- Misc Commands ..................................  173
  7446.        -- Math Commands ..................................  173
  7447.        -- Float Commands .................................  174
  7448.        -- String Commands ................................  175
  7449.        -- Variable Commands ..............................  176
  7450.        -- Boolean Commands ...............................  176
  7451.        -- Array Commands .................................  177
  7452.        -- Memory Commands ................................  178
  7453.        -- Novell Commands ................................  178
  7454.        -- MSNet Commands .................................  180
  7455.        -- Vines Commands .................................  180
  7456.        -- Time Commands ..................................  181
  7457.        -- Execution Commands .............................  182
  7458.        -- Display Commands ...............................  182
  7459.        -- Color Commands .................................  184
  7460.        -- Environment Commands ...........................  184
  7461.        -- System Commands ................................  185
  7462.        -- File Commands ..................................  185
  7463.        -- Ansi Commands ..................................  186
  7464.        -- Printer Commands ...............................  186
  7465.        -- International Commands .........................  186
  7466.        -- DesqView Commands ..............................  187
  7467.        -- Conditional Commands ...........................  187
  7468.        -- Keyboard Commands ..............................  188
  7469.        -- MouseControl Commands ..........................  188
  7470.        -- Music Commands .................................  188
  7471.  
  7472.  
  7473.  
  7474.    Computer Tyme MarxMenu Users Manual                     Page 1
  7475.    _______________________________________________________________
  7476.  
  7477.  
  7478.    COPYRIGHT
  7479.    COPYRIGHT
  7480.    COPYRIGHT
  7481.  
  7482.    This manual is copyrighted material and all rights are reserved.
  7483.    MarxMenu is a programming language which describes to the computer what
  7484.    it is supposed to do. Even though some of the individual words in
  7485.    MarxMenu are used in other programming languages, I claim a copyright on
  7486.    the collection of words which make up the MarxMenu language. I therefore
  7487.    consider it an infringement of my CopyRight to create a software product
  7488.    which uses the MarxMenu language, or translates MarxMenu source code,
  7489.    without purchasing a license to do so.
  7490.  
  7491.    The combinations of definitions of commands in this manual constitute a
  7492.    copyrighted work. Any publication which describes a computer language
  7493.    for which the MarxMenu command set is a subset is a violation of the
  7494.    copyright of this software and this written manual.
  7495.  
  7496.    In other words, don't try to clone MarxMenu.
  7497.  
  7498.    LICENSE AGREEMENT:
  7499.    LICENSE AGREEMENT:
  7500.    LICENSE AGREEMENT:
  7501.  
  7502.    You are licensed to use this program on a single CPU or workstation. If
  7503.    you are running on a network, you are required to license a separate
  7504.    copy for each workstation or a file server license for each file server.
  7505.    If you are running on a multiuser operating system such as Concurrent
  7506.    DOS, you are required to license a copy for each workstation. Everyone
  7507.    who uses this menu, must license a copy unless several people share the
  7508.    same workstation.
  7509.  
  7510.    This software is licensed and not sold. The license begins when Computer
  7511.    Tyme receives payment in full. You may not transfer, sell, sublease or
  7512.    rent this software without the written consent of Computer Tyme. You are
  7513.    not allowed to distribute MarxMenu in runtime form with software you
  7514.    developed unless it is in combination with a paid for copy of MarxMenu,
  7515.    or you have made special arrangements in writing with Computer Tyme to
  7516.    do so.
  7517.  
  7518.    Use of this product constitutes your acceptance of the terms and
  7519.    conditions of this license and of my copyright and your agreement to
  7520.    abide by these terms and conditions.
  7521.  
  7522.    WARRANTY:
  7523.    WARRANTY:
  7524.    WARRANTY:
  7525.  
  7526.    The warranty is limited to the diskettes to be machine readable for a
  7527.    period of 30 days after purchase. Although we try hard to write perfect
  7528.    software that has no bugs, we do not guarantee that. We also do not
  7529.    guarantee that this product is fit for every purpose and we are not
  7530.    liable for any damages that might occur from use of this product. This
  7531.    agreement is governed by the laws of the State of Missouri.
  7532.  
  7533.  
  7534.  
  7535.    Computer Tyme MarxMenu Users Manual                     Page 2
  7536.    _______________________________________________________________
  7537.  
  7538.  
  7539.    ACKNOWLEDGMENTS:
  7540.    ACKNOWLEDGMENTS:
  7541.    ACKNOWLEDGMENTS:
  7542.  
  7543.    I would like to thank the following people for making this product
  7544.    possible:
  7545.  
  7546.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  7547.    for being good to me and helping with revisions and editing.
  7548.  
  7549.    The Computer Tyme staff for being the best employees in the world.
  7550.  
  7551.    Borland International for writing Turbo Pascal and keeping it bug free
  7552.    and well supported.
  7553.  
  7554.    TurboPower Software for their very powerful extensions to Turbo Pascal
  7555.    and their well written, well supported product.
  7556.  
  7557.    Semware for TEdit and QEdit, their full screen editors.
  7558.  
  7559.    All users who actually paid for this product so that we may continue to
  7560.    eat.
  7561.  
  7562.    Those of you who have pointed out bugs and made suggestions to improve
  7563.    our product.
  7564.  
  7565.    TRADEMARKS
  7566.    TRADEMARKS
  7567.    TRADEMARKS
  7568.  
  7569.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  7570.    are trademarks of Computer Tyme.
  7571.  
  7572.     QEdit and TEdit are trademarks of SemWare.
  7573.     Lotus is a registered trademark of Lotus Development.
  7574.     Wordstar is a registered trademark of MicroPro International.
  7575.     Smart Software is a trademark of Informix.
  7576.     MS-DOS is a trademark of Microsoft.
  7577.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  7578.     Turbo Pascal is a trademark of Borland International.
  7579.     OPRO and TPRO are trademarks of TurboPower Software.
  7580.     Netware and Novell are trademarks of Novell.
  7581.     DesqView and QEMM are trademarks of Quarterdeck.
  7582.     IBM and OS/2 are trademarks of International Business Machines.
  7583.  
  7584.     Created using Turbo Pascal
  7585.     Copyright 1983-90 by Borland International
  7586.  
  7587.    THE MARXMENU NAME
  7588.    THE MARXMENU NAME
  7589.    THE MARXMENU NAME
  7590.  
  7591.    When I first wrote this program my friends referred to it as Marc's
  7592.    Menu. The Names .................................  166
  7593.        -- Window .........................................  166
  7594.        -- WindowHeight ...................................  166
  7595.        -- WindowWidth ....................................  166
  7596.        -- WinX ...........................................  167
  7597.        -- WinY ...........................................  167
  7598.        -- Write ..........................................  167
  7599.        -- WriteCenter ....................................  167
  7600.        -- WriteFileBlock .................................  167
  7601. è       -- Writeln ........................................  167
  7602.        -- WriteTextFile ..................................  167
  7603.  
  7604.  
  7605.  
  7606.    Computer Tyme MarxMenu * Table of Contents              Page 15
  7607.    _______________________________________________________________
  7608.  
  7609.  
  7610.        -- WriteVertical ..................................  168
  7611.        -- Xor ............................................  168
  7612.        -- Year ...........................................  168
  7613.        -- YearOf .........................................  168
  7614.        String Constants ..................................  169
  7615.        Time and Date Constants ...........................  169
  7616.        Video Constants ...................................  170
  7617.        Color Constants ...................................  170
  7618.        Boolean Constants .................................  170
  7619.        Conditional Statements ............................  170
  7620.        Environment Variables used by MarxMenu ............  171
  7621.        Command Categories ................................  172
  7622.        -- Misc Commands ..................................  173
  7623.        -- Math Commands ..................................  173
  7624.        -- Float Commands .................................  174
  7625.        -- String Commands ................................  175
  7626.        -- Variable Commands ..............................  176
  7627.        -- Boolean Commands ...............................  176
  7628.        -- Array Commands .................................  177
  7629.        -- Memory Commands ................................  178
  7630.        -- Novell Commands ................................  178
  7631.        -- MSNet Commands .................................  180
  7632.        -- Vines Commands .................................  180
  7633.        -- Time Commands ..................................  181
  7634.        -- Execution Commands .............................  182
  7635.        -- Display Commands ...............................  182
  7636.        -- Color Commands .................................  184
  7637.        -- Environment Commands ...........................  184
  7638.        -- System Commands ................................  185
  7639.        -- File Commands ..................................  185
  7640.        -- Ansi Commands ..................................  186
  7641.        -- Printer Commands ...............................  186
  7642.        -- International Commands .........................  186
  7643.        -- DesqView Commands ..............................  187
  7644.        -- Conditional Commands ...........................  187
  7645.        -- Keyboard Commands ..............................  188
  7646.        -- MouseControl Commands ..........................  188
  7647.        -- Music Commands .................................  188
  7648.  
  7649.  
  7650.  
  7651.    Computer Tyme MarxMenu Users Manual                     Page 1
  7652.    _______________________________________________________________
  7653.  
  7654.  
  7655.    COPYRIGHT
  7656.    COPYRIGHT
  7657.    COPYRIGHT
  7658.  
  7659.    This manual is copyrighted material and all rights are reserved.
  7660.    MarxMenu is a programming language which describes to the computer what
  7661.    it is supposed to do. Even though some of the individual words in
  7662.    MarxMenu are used in other programming languages, I claim a copyright on
  7663.    the collection of words which make up the MarxMenu language. I therefore
  7664.    consider it an infringement of my CopyRight to create a software product
  7665.    which uses the MarxMenu language, or translates MarxMenu source code,
  7666.    without purchasing a license to do so.
  7667.  
  7668.    The combinations of definitions of commands in this manual constitute a
  7669.    copyrighted work. Any publication which describes a computer language
  7670.    for which the MarxMenu command set is a subset is a violation of the
  7671.    copyright of this software and this written manual.
  7672.  
  7673.    In other words, don't try to clone MarxMenu.
  7674.  
  7675.    LICENSE AGREEMENT:
  7676.    LICENSE AGREEMENT:
  7677.    LICENSE AGREEMENT:
  7678.  
  7679.    You are licensed to use this program on a single CPU or workstation. If
  7680.    you are running on a network, you are required to license a separate
  7681.    copy for each workstation or a file server license for each file server.
  7682.    If you are running on a multiuser operating system such as Concurrent
  7683.    DOS, you are required to license a copy for each workstation. Everyone
  7684.    who uses this menu, must license a copy unless several people share the
  7685.    same workstation.
  7686.  
  7687.    This software is licensed and not sold. The license begins when Computer
  7688.    Tyme receives payment in full. You may not transfer, sell, sublease or
  7689.    rent this software without the written consent of Computer Tyme. You are
  7690.    not allowed to distribute MarxMenu in runtime form with software you
  7691.    developed unless it is in combination with a paid for copy of MarxMenu,
  7692.    or you have made special arrangements in writing with Computer Tyme to
  7693.    do so.
  7694.  
  7695.    Use of this product constitutes your acceptance of the terms and
  7696.    conditions of this license and of my copyright and your agreement to
  7697.    abide by these terms and conditions.
  7698.  
  7699.    WARRANTY:
  7700.    WARRANTY:
  7701.    WARRANTY:
  7702.  
  7703.    The warranty is limited to the diskettes to be machine readable for a
  7704.    period of 30 days after purchase. Although we try hard to write perfect
  7705.    software that has no bugs, we do not guarantee that. We also do not
  7706.    guarantee that this product is fit for every purpose and we are not
  7707.    liable for any damages that might occur from use of this product. This
  7708.    agreement is governed by the laws of the State of Missouri.
  7709.  
  7710.  
  7711.  
  7712.    Computer Tyme MarxMenu Users Manual                     Page 2
  7713.    _______________________________________________________________
  7714.  
  7715.  
  7716.    ACKNOWLEDGMENTS:
  7717.    ACKNOWLEDGMENTS:
  7718.    ACKNOWLEDGMENTS:
  7719.  
  7720.    I would like to thank the following people for making this product
  7721.    possible:
  7722.  
  7723.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  7724.    for being good to me and helping with revisions and editing.
  7725.  
  7726.    The Computer Tyme staff for being the best employees in the world.
  7727.  
  7728.    Borland International for writing Turbo Pascal and keeping it bug free
  7729.    and well supported.
  7730.  
  7731.    TurboPower Software for their very powerful extensions to Turbo Pascal
  7732.    and their well written, well supported product.
  7733.  
  7734.    Semware for TEdit and QEdit, their full screen editors.
  7735.  
  7736.    All users who actually paid for this product so that we may continue to
  7737.    eat.
  7738.  
  7739.    Those of you who have pointed out bugs and made suggestions to improve
  7740.    our product.
  7741.  
  7742.    TRADEMARKS
  7743.    TRADEMARKS
  7744.    TRADEMARKS
  7745.  
  7746.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  7747.    are trademarks of Computer Tyme.
  7748.  
  7749.     QEdit and TEdit are trademarks of SemWare.
  7750.     Lotus is a registered trademark of Lotus Development.
  7751.     Wordstar is a registered trademark of MicroPro International.
  7752.     Smart Software is a trademark of Informix.
  7753.     MS-DOS is a trademark of Microsoft.
  7754.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  7755.     Turbo Pascal is a trademark of Borland International.
  7756.     OPRO and TPRO are trademarks of TurboPower Software.
  7757.     Netware and Novell are trademarks of Novell.
  7758.     DesqView and QEMM are trademarks of Quarterdeck.
  7759.     IBM and OS/2 are trademarks of International Business Machines.
  7760.  
  7761.     Created using Turbo Pascal
  7762.     Copyright 1983-90 by Borland International
  7763.  
  7764.    THE MARXMENU NAME
  7765.    THE MARXMENU NAME
  7766.    THE MARXMENU NAME
  7767.  
  7768.    When I first wrote this program my friends referred to it as Marc's
  7769.    Menu. The Names .................................  166
  7770.        -- Window .........................................  166
  7771.        -- WindowHeight ...................................  166
  7772.        -- WindowWidth ....................................  166
  7773.        -- WinX ...........................................  167
  7774.        -- WinY ...........................................  167
  7775.        -- Write ..........................................  167
  7776.        -- WriteCenter ....................................  167
  7777.        -- WriteFileBlock .................................  167
  7778. è       -- Writeln ........................................  167
  7779.        -- WriteTextFile ..................................  167
  7780.  
  7781.  
  7782.  
  7783.    Computer Tyme MarxMenu * Table of Contents              Page 15
  7784.    _______________________________________________________________
  7785.  
  7786.  
  7787.        -- WriteVertical ..................................  168
  7788.        -- Xor ............................................  168
  7789.        -- Year ...........................................  168
  7790.        -- YearOf .........................................  168
  7791.        String Constants ..................................  169
  7792.        Time and Date Constants ...........................  169
  7793.        Video Constants ...................................  170
  7794.        Color Constants ...................................  170
  7795.        Boolean Constants .................................  170
  7796.        Conditional Statements ............................  170
  7797.        Environment Variables used by MarxMenu ............  171
  7798.        Command Categories ................................  172
  7799.        -- Misc Commands ..................................  173
  7800.        -- Math Commands ..................................  173
  7801.        -- Float Commands .................................  174
  7802.        -- String Commands ................................  175
  7803.        -- Variable Commands ..............................  176
  7804.        -- Boolean Commands ...............................  176
  7805.        -- Array Commands .................................  177
  7806.        -- Memory Commands ................................  178
  7807.        -- Novell Commands ................................  178
  7808.        -- MSNet Commands .................................  180
  7809.        -- Vines Commands .................................  180
  7810.        -- Time Commands ..................................  181
  7811.        -- Execution Commands .............................  182
  7812.        -- Display Commands ...............................  182
  7813.        -- Color Commands .................................  184
  7814.        -- Environment Commands ...........................  184
  7815.        -- System Commands ................................  185
  7816.        -- File Commands ..................................  185
  7817.        -- Ansi Commands ..................................  186
  7818.        -- Printer Commands ...............................  186
  7819.        -- International Commands .........................  186
  7820.        -- DesqView Commands ..............................  187
  7821.        -- Conditional Commands ...........................  187
  7822.        -- Keyboard Commands ..............................  188
  7823.        -- MouseControl Commands ..........................  188
  7824.        -- Music Commands .................................  188
  7825.  
  7826.  
  7827.  
  7828.    Computer Tyme MarxMenu Users Manual                     Page 1
  7829.    _______________________________________________________________
  7830.  
  7831.  
  7832.    COPYRIGHT
  7833.    COPYRIGHT
  7834.    COPYRIGHT
  7835.  
  7836.    This manual is copyrighted material and all rights are reserved.
  7837.    MarxMenu is a programming language which describes to the computer what
  7838.    it is supposed to do. Even though some of the individual words in
  7839.    MarxMenu are used in other programming languages, I claim a copyright on
  7840.    the collection of words which make up the MarxMenu language. I therefore
  7841.    consider it an infringement of my CopyRight to create a software product
  7842.    which uses the MarxMenu language, or translates MarxMenu source code,
  7843.    without purchasing a license to do so.
  7844.  
  7845.    The combinations of definitions of commands in this manual constitute a
  7846.    copyrighted work. Any publication which describes a computer language
  7847.    for which the MarxMenu command set is a subset is a violation of the
  7848.    copyright of this software and this written manual.
  7849.  
  7850.    In other words, don't try to clone MarxMenu.
  7851.  
  7852.    LICENSE AGREEMENT:
  7853.    LICENSE AGREEMENT:
  7854.    LICENSE AGREEMENT:
  7855.  
  7856.    You are licensed to use this program on a single CPU or workstation. If
  7857.    you are running on a network, you are required to license a separate
  7858.    copy for each workstation or a file server license for each file server.
  7859.    If you are running on a multiuser operating system such as Concurrent
  7860.    DOS, you are required to license a copy for each workstation. Everyone
  7861.    who uses this menu, must license a copy unless several people share the
  7862.    same workstation.
  7863.  
  7864.    This software is licensed and not sold. The license begins when Computer
  7865.    Tyme receives payment in full. You may not transfer, sell, sublease or
  7866.    rent this software without the written consent of Computer Tyme. You are
  7867.    not allowed to distribute MarxMenu in runtime form with software you
  7868.    developed unless it is in combination with a paid for copy of MarxMenu,
  7869.    or you have made special arrangements in writing with Computer Tyme to
  7870.    do so.
  7871.  
  7872.    Use of this product constitutes your acceptance of the terms and
  7873.    conditions of this license and of my copyright and your agreement to
  7874.    abide by these terms and conditions.
  7875.  
  7876.    WARRANTY:
  7877.    WARRANTY:
  7878.    WARRANTY:
  7879.  
  7880.    The warranty is limited to the diskettes to be machine readable for a
  7881.    period of 30 days after purchase. Although we try hard to write perfect
  7882.    software that has no bugs, we do not guarantee that. We also do not
  7883.    guarantee that this product is fit for every purpose and we are not
  7884.    liable for any damages that might occur from use of this product. This
  7885.    agreement is governed by the laws of the State of Missouri.
  7886.  
  7887.  
  7888.  
  7889.    Computer Tyme MarxMenu Users Manual                     Page 2
  7890.    _______________________________________________________________
  7891.  
  7892.  
  7893.    ACKNOWLEDGMENTS:
  7894.    ACKNOWLEDGMENTS:
  7895.    ACKNOWLEDGMENTS:
  7896.  
  7897.    I would like to thank the following people for making this product
  7898.    possible:
  7899.  
  7900.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  7901.    for being good to me and helping with revisions and editing.
  7902.  
  7903.    The Computer Tyme staff for being the best employees in the world.
  7904.  
  7905.    Borland International for writing Turbo Pascal and keeping it bug free
  7906.    and well supported.
  7907.  
  7908.    TurboPower Software for their very powerful extensions to Turbo Pascal
  7909.    and their well written, well supported product.
  7910.  
  7911.    Semware for TEdit and QEdit, their full screen editors.
  7912.  
  7913.    All users who actually paid for this product so that we may continue to
  7914.    eat.
  7915.  
  7916.    Those of you who have pointed out bugs and made suggestions to improve
  7917.    our product.
  7918.  
  7919.    TRADEMARKS
  7920.    TRADEMARKS
  7921.    TRADEMARKS
  7922.  
  7923.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  7924.    are trademarks of Computer Tyme.
  7925.  
  7926.     QEdit and TEdit are trademarks of SemWare.
  7927.     Lotus is a registered trademark of Lotus Development.
  7928.     Wordstar is a registered trademark of MicroPro International.
  7929.     Smart Software is a trademark of Informix.
  7930.     MS-DOS is a trademark of Microsoft.
  7931.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  7932.     Turbo Pascal is a trademark of Borland International.
  7933.     OPRO and TPRO are trademarks of TurboPower Software.
  7934.     Netware and Novell are trademarks of Novell.
  7935.     DesqView and QEMM are trademarks of Quarterdeck.
  7936.     IBM and OS/2 are trademarks of International Business Machines.
  7937.  
  7938.     Created using Turbo Pascal
  7939.     Copyright 1983-90 by Borland International
  7940.  
  7941.    THE MARXMENU NAME
  7942.    THE MARXMENU NAME
  7943.    THE MARXMENU NAME
  7944.  
  7945.    When I first wrote this program my friends referred to it as Marc's
  7946.    Menu. The Names .................................  166
  7947.        -- Window .........................................  166
  7948.        -- WindowHeight ...................................  166
  7949.        -- WindowWidth ....................................  166
  7950.        -- WinX ...........................................  167
  7951.        -- WinY ...........................................  167
  7952.        -- Write ..........................................  167
  7953.        -- WriteCenter ....................................  167
  7954.        -- WriteFileBlock .................................  167
  7955. è       -- Writeln ........................................  167
  7956.        -- WriteTextFile ..................................  167
  7957.  
  7958.  
  7959.  
  7960.    Computer Tyme MarxMenu * Table of Contents              Page 15
  7961.    _______________________________________________________________
  7962.  
  7963.  
  7964.        -- WriteVertical ..................................  168
  7965.        -- Xor ............................................  168
  7966.        -- Year ...........................................  168
  7967.        -- YearOf .........................................  168
  7968.        String Constants ..................................  169
  7969.        Time and Date Constants ...........................  169
  7970.        Video Constants ...................................  170
  7971.        Color Constants ...................................  170
  7972.        Boolean Constants .................................  170
  7973.        Conditional Statements ............................  170
  7974.        Environment Variables used by MarxMenu ............  171
  7975.        Command Categories ................................  172
  7976.        -- Misc Commands ..................................  173
  7977.        -- Math Commands ..................................  173
  7978.        -- Float Commands .................................  174
  7979.        -- String Commands ................................  175
  7980.        -- Variable Commands ..............................  176
  7981.        -- Boolean Commands ...............................  176
  7982.        -- Array Commands .................................  177
  7983.        -- Memory Commands ................................  178
  7984.        -- Novell Commands ................................  178
  7985.        -- MSNet Commands .................................  180
  7986.        -- Vines Commands .................................  180
  7987.        -- Time Commands ..................................  181
  7988.        -- Execution Commands .............................  182
  7989.        -- Display Commands ...............................  182
  7990.        -- Color Commands .................................  184
  7991.        -- Environment Commands ...........................  184
  7992.        -- System Commands ................................  185
  7993.        -- File Commands ..................................  185
  7994.        -- Ansi Commands ..................................  186
  7995.        -- Printer Commands ...............................  186
  7996.        -- International Commands .........................  186
  7997.        -- DesqView Commands ..............................  187
  7998.        -- Conditional Commands ...........................  187
  7999.        -- Keyboard Commands ..............................  188
  8000.        -- MouseControl Commands ..........................  188
  8001.        -- Music Commands .................................  188
  8002.  
  8003.  
  8004.  
  8005.    Computer Tyme MarxMenu Users Manual                     Page 1
  8006.    _______________________________________________________________
  8007.  
  8008.  
  8009.    COPYRIGHT
  8010.    COPYRIGHT
  8011.    COPYRIGHT
  8012.  
  8013.    This manual is copyrighted material and all rights are reserved.
  8014.    MarxMenu is a programming language which describes to the computer what
  8015.    it is supposed to do. Even though some of the individual words in
  8016.    MarxMenu are used in other programming languages, I claim a copyright on
  8017.    the collection of words which make up the MarxMenu language. I therefore
  8018.    consider it an infringement of my CopyRight to create a software product
  8019.    which uses the MarxMenu language, or translates MarxMenu source code,
  8020.    without purchasing a license to do so.
  8021.  
  8022.    The combinations of definitions of commands in this manual constitute a
  8023.    copyrighted work. Any publication which describes a computer language
  8024.    for which the MarxMenu command set is a subset is a violation of the
  8025.    copyright of this software and this written manual.
  8026.  
  8027.    In other words, don't try to clone MarxMenu.
  8028.  
  8029.    LICENSE AGREEMENT:
  8030.    LICENSE AGREEMENT:
  8031.    LICENSE AGREEMENT:
  8032.  
  8033.    You are licensed to use this program on a single CPU or workstation. If
  8034.    you are running on a network, you are required to license a separate
  8035.    copy for each workstation or a file server license for each file server.
  8036.    If you are running on a multiuser operating system such as Concurrent
  8037.    DOS, you are required to license a copy for each workstation. Everyone
  8038.    who uses this menu, must license a copy unless several people share the
  8039.    same workstation.
  8040.  
  8041.    This software is licensed and not sold. The license begins when Computer
  8042.    Tyme receives payment in full. You may not transfer, sell, sublease or
  8043.    rent this software without the written consent of Computer Tyme. You are
  8044.    not allowed to distribute MarxMenu in runtime form with software you
  8045.    developed unless it is in combination with a paid for copy of MarxMenu,
  8046.    or you have made special arrangements in writing with Computer Tyme to
  8047.    do so.
  8048.  
  8049.    Use of this product constitutes your acceptance of the terms and
  8050.    conditions of this license and of my copyright and your agreement to
  8051.    abide by these terms and conditions.
  8052.  
  8053.    WARRANTY:
  8054.    WARRANTY:
  8055.    WARRANTY:
  8056.  
  8057.    The warranty is limited to the diskettes to be machine readable for a
  8058.    period of 30 days after purchase. Although we try hard to write perfect
  8059.    software that has no bugs, we do not guarantee that. We also do not
  8060.    guarantee that this product is fit for every purpose and we are not
  8061.    liable for any damages that might occur from use of this product. This
  8062.    agreement is governed by the laws of the State of Missouri.
  8063.  
  8064.  
  8065.  
  8066.    Computer Tyme MarxMenu Users Manual                     Page 2
  8067.    _______________________________________________________________
  8068.  
  8069.  
  8070.    ACKNOWLEDGMENTS:
  8071.    ACKNOWLEDGMENTS:
  8072.    ACKNOWLEDGMENTS:
  8073.  
  8074.    I would like to thank the following people for making this product
  8075.    possible:
  8076.  
  8077.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  8078.    for being good to me and helping with revisions and editing.
  8079.  
  8080.    The Computer Tyme staff for being the best employees in the world.
  8081.  
  8082.    Borland International for writing Turbo Pascal and keeping it bug free
  8083.    and well supported.
  8084.  
  8085.    TurboPower Software for their very powerful extensions to Turbo Pascal
  8086.    and their well written, well supported product.
  8087.  
  8088.    Semware for TEdit and QEdit, their full screen editors.
  8089.  
  8090.    All users who actually paid for this product so that we may continue to
  8091.    eat.
  8092.  
  8093.    Those of you who have pointed out bugs and made suggestions to improve
  8094.    our product.
  8095.  
  8096.    TRADEMARKS
  8097.    TRADEMARKS
  8098.    TRADEMARKS
  8099.  
  8100.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  8101.    are trademarks of Computer Tyme.
  8102.  
  8103.     QEdit and TEdit are trademarks of SemWare.
  8104.     Lotus is a registered trademark of Lotus Development.
  8105.     Wordstar is a registered trademark of MicroPro International.
  8106.     Smart Software is a trademark of Informix.
  8107.     MS-DOS is a trademark of Microsoft.
  8108.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  8109.     Turbo Pascal is a trademark of Borland International.
  8110.     OPRO and TPRO are trademarks of TurboPower Software.
  8111.     Netware and Novell are trademarks of Novell.
  8112.     DesqView and QEMM are trademarks of Quarterdeck.
  8113.     IBM and OS/2 are trademarks of International Business Machines.
  8114.  
  8115.     Created using Turbo Pascal
  8116.     Copyright 1983-90 by Borland International
  8117.  
  8118.    THE MARXMENU NAME
  8119.    THE MARXMENU NAME
  8120.    THE MARXMENU NAME
  8121.  
  8122.    When I first wrote this program my friends referred to it as Marc's
  8123.    Menu. The Names .................................  166
  8124.        -- Window .........................................  166
  8125.        -- WindowHeight ...................................  166
  8126.        -- WindowWidth ....................................  166
  8127.        -- WinX ...........................................  167
  8128.        -- WinY ...........................................  167
  8129.        -- Write ..........................................  167
  8130.        -- WriteCenter ....................................  167
  8131.        -- WriteFileBlock .................................  167
  8132. è       -- Writeln ........................................  167
  8133.        -- WriteTextFile ..................................  167
  8134.  
  8135.  
  8136.  
  8137.    Computer Tyme MarxMenu * Table of Contents              Page 15
  8138.    _______________________________________________________________
  8139.  
  8140.  
  8141.        -- WriteVertical ..................................  168
  8142.        -- Xor ............................................  168
  8143.        -- Year ...........................................  168
  8144.        -- YearOf .........................................  168
  8145.        String Constants ..................................  169
  8146.        Time and Date Constants ...........................  169
  8147.        Video Constants ...................................  170
  8148.        Color Constants ...................................  170
  8149.        Boolean Constants .................................  170
  8150.        Conditional Statements ............................  170
  8151.        Environment Variables used by MarxMenu ............  171
  8152.        Command Categories ................................  172
  8153.        -- Misc Commands ..................................  173
  8154.        -- Math Commands ..................................  173
  8155.        -- Float Commands .................................  174
  8156.        -- String Commands ................................  175
  8157.        -- Variable Commands ..............................  176
  8158.        -- Boolean Commands ...............................  176
  8159.        -- Array Commands .................................  177
  8160.        -- Memory Commands ................................  178
  8161.        -- Novell Commands ................................  178
  8162.        -- MSNet Commands .................................  180
  8163.        -- Vines Commands .................................  180
  8164.        -- Time Commands ..................................  181
  8165.        -- Execution Commands .............................  182
  8166.        -- Display Commands ...............................  182
  8167.        -- Color Commands .................................  184
  8168.        -- Environment Commands ...........................  184
  8169.        -- System Commands ................................  185
  8170.        -- File Commands ..................................  185
  8171.        -- Ansi Commands ..................................  186
  8172.        -- Printer Commands ...............................  186
  8173.        -- International Commands .........................  186
  8174.        -- DesqView Commands ..............................  187
  8175.        -- Conditional Commands ...........................  187
  8176.        -- Keyboard Commands ..............................  188
  8177.        -- MouseControl Commands ..........................  188
  8178.        -- Music Commands .................................  188
  8179.  
  8180.  
  8181.  
  8182.    Computer Tyme MarxMenu Users Manual                     Page 1
  8183.    _______________________________________________________________
  8184.  
  8185.  
  8186.    COPYRIGHT
  8187.    COPYRIGHT
  8188.    COPYRIGHT
  8189.  
  8190.    This manual is copyrighted material and all rights are reserved.
  8191.    MarxMenu is a programming language which describes to the computer what
  8192.    it is supposed to do. Even though some of the individual words in
  8193.    MarxMenu are used in other programming languages, I claim a copyright on
  8194.    the collection of words which make up the MarxMenu language. I therefore
  8195.    consider it an infringement of my CopyRight to create a software product
  8196.    which uses the MarxMenu language, or translates MarxMenu source code,
  8197.    without purchasing a license to do so.
  8198.  
  8199.    The combinations of definitions of commands in this manual constitute a
  8200.    copyrighted work. Any publication which describes a computer language
  8201.    for which the MarxMenu command set is a subset is a violation of the
  8202.    copyright of this software and this written manual.
  8203.  
  8204.    In other words, don't try to clone MarxMenu.
  8205.  
  8206.    LICENSE AGREEMENT:
  8207.    LICENSE AGREEMENT:
  8208.    LICENSE AGREEMENT:
  8209.  
  8210.    You are licensed to use this program on a single CPU or workstation. If
  8211.    you are running on a network, you are required to license a separate
  8212.    copy for each workstation or a file server license for each file server.
  8213.    If you are running on a multiuser operating system such as Concurrent
  8214.    DOS, you are required to license a copy for each workstation. Everyone
  8215.    who uses this menu, must license a copy unless several people share the
  8216.    same workstation.
  8217.  
  8218.    This software is licensed and not sold. The license begins when Computer
  8219.    Tyme receives payment in full. You may not transfer, sell, sublease or
  8220.    rent this software without the written consent of Computer Tyme. You are
  8221.    not allowed to distribute MarxMenu in runtime form with software you
  8222.    developed unless it is in combination with a paid for copy of MarxMenu,
  8223.    or you have made special arrangements in writing with Computer Tyme to
  8224.    do so.
  8225.  
  8226.    Use of this product constitutes your acceptance of the terms and
  8227.    conditions of this license and of my copyright and your agreement to
  8228.    abide by these terms and conditions.
  8229.  
  8230.    WARRANTY:
  8231.    WARRANTY:
  8232.    WARRANTY:
  8233.  
  8234.    The warranty is limited to the diskettes to be machine readable for a
  8235.    period of 30 days after purchase. Although we try hard to write perfect
  8236.    software that has no bugs, we do not guarantee that. We also do not
  8237.    guarantee that this product is fit for every purpose and we are not
  8238.    liable for any damages that might occur from use of this product. This
  8239.    agreement is governed by the laws of the State of Missouri.
  8240.  
  8241.  
  8242.  
  8243.    Computer Tyme MarxMenu Users Manual                     Page 2
  8244.    _______________________________________________________________
  8245.  
  8246.  
  8247.    ACKNOWLEDGMENTS:
  8248.    ACKNOWLEDGMENTS:
  8249.    ACKNOWLEDGMENTS:
  8250.  
  8251.    I would like to thank the following people for making this product
  8252.    possible:
  8253.  
  8254.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  8255.    for being good to me and helping with revisions and editing.
  8256.  
  8257.    The Computer Tyme staff for being the best employees in the world.
  8258.  
  8259.    Borland International for writing Turbo Pascal and keeping it bug free
  8260.    and well supported.
  8261.  
  8262.    TurboPower Software for their very powerful extensions to Turbo Pascal
  8263.    and their well written, well supported product.
  8264.  
  8265.    Semware for TEdit and QEdit, their full screen editors.
  8266.  
  8267.    All users who actually paid for this product so that we may continue to
  8268.    eat.
  8269.  
  8270.    Those of you who have pointed out bugs and made suggestions to improve
  8271.    our product.
  8272.  
  8273.    TRADEMARKS
  8274.    TRADEMARKS
  8275.    TRADEMARKS
  8276.  
  8277.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  8278.    are trademarks of Computer Tyme.
  8279.  
  8280.     QEdit and TEdit are trademarks of SemWare.
  8281.     Lotus is a registered trademark of Lotus Development.
  8282.     Wordstar is a registered trademark of MicroPro International.
  8283.     Smart Software is a trademark of Informix.
  8284.     MS-DOS is a trademark of Microsoft.
  8285.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  8286.     Turbo Pascal is a trademark of Borland International.
  8287.     OPRO and TPRO are trademarks of TurboPower Software.
  8288.     Netware and Novell are trademarks of Novell.
  8289.     DesqView and QEMM are trademarks of Quarterdeck.
  8290.     IBM and OS/2 are trademarks of International Business Machines.
  8291.  
  8292.     Created using Turbo Pascal
  8293.     Copyright 1983-90 by Borland International
  8294.  
  8295.    THE MARXMENU NAME
  8296.    THE MARXMENU NAME
  8297.    THE MARXMENU NAME
  8298.  
  8299.    When I first wrote this program my friends referred to it as Marc's
  8300.    Menu. The Names .................................  166
  8301.        -- Window .........................................  166
  8302.        -- WindowHeight ...................................  166
  8303.        -- WindowWidth ....................................  166
  8304.        -- WinX ...........................................  167
  8305.        -- WinY ...........................................  167
  8306.        -- Write ..........................................  167
  8307.        -- WriteCenter ....................................  167
  8308.        -- WriteFileBlock .................................  167
  8309. è       -- Writeln ........................................  167
  8310.        -- WriteTextFile ..................................  167
  8311.  
  8312.  
  8313.  
  8314.    Computer Tyme MarxMenu * Table of Contents              Page 15
  8315.    _______________________________________________________________
  8316.  
  8317.  
  8318.        -- WriteVertical ..................................  168
  8319.        -- Xor ............................................  168
  8320.        -- Year ...........................................  168
  8321.        -- YearOf .........................................  168
  8322.        String Constants ..................................  169
  8323.        Time and Date Constants ...........................  169
  8324.        Video Constants ...................................  170
  8325.        Color Constants ...................................  170
  8326.        Boolean Constants .................................  170
  8327.        Conditional Statements ............................  170
  8328.        Environment Variables used by MarxMenu ............  171
  8329.        Command Categories ................................  172
  8330.        -- Misc Commands ..................................  173
  8331.        -- Math Commands ..................................  173
  8332.        -- Float Commands .................................  174
  8333.        -- String Commands ................................  175
  8334.        -- Variable Commands ..............................  176
  8335.        -- Boolean Commands ...............................  176
  8336.        -- Array Commands .................................  177
  8337.        -- Memory Commands ................................  178
  8338.        -- Novell Commands ................................  178
  8339.        -- MSNet Commands .................................  180
  8340.        -- Vines Commands .................................  180
  8341.        -- Time Commands ..................................  181
  8342.        -- Execution Commands .............................  182
  8343.        -- Display Commands ...............................  182
  8344.        -- Color Commands .................................  184
  8345.        -- Environment Commands ...........................  184
  8346.        -- System Commands ................................  185
  8347.        -- File Commands ..................................  185
  8348.        -- Ansi Commands ..................................  186
  8349.        -- Printer Commands ...............................  186
  8350.        -- International Commands .........................  186
  8351.        -- DesqView Commands ..............................  187
  8352.        -- Conditional Commands ...........................  187
  8353.        -- Keyboard Commands ..............................  188
  8354.        -- MouseControl Commands ..........................  188
  8355.        -- Music Commands .................................  188
  8356.  
  8357.  
  8358.  
  8359.    Computer Tyme MarxMenu Users Manual                     Page 1
  8360.    _______________________________________________________________
  8361.  
  8362.  
  8363.    COPYRIGHT
  8364.    COPYRIGHT
  8365.    COPYRIGHT
  8366.  
  8367.    This manual is copyrighted material and all rights are reserved.
  8368.    MarxMenu is a programming language which describes to the computer what
  8369.    it is supposed to do. Even though some of the individual words in
  8370.    MarxMenu are used in other programming languages, I claim a copyright on
  8371.    the collection of words which make up the MarxMenu language. I therefore
  8372.    consider it an infringement of my CopyRight to create a software product
  8373.    which uses the MarxMenu language, or translates MarxMenu source code,
  8374.    without purchasing a license to do so.
  8375.  
  8376.    The combinations of definitions of commands in this manual constitute a
  8377.    copyrighted work. Any publication which describes a computer language
  8378.    for which the MarxMenu command set is a subset is a violation of the
  8379.    copyright of this software and this written manual.
  8380.  
  8381.    In other words, don't try to clone MarxMenu.
  8382.  
  8383.    LICENSE AGREEMENT:
  8384.    LICENSE AGREEMENT:
  8385.    LICENSE AGREEMENT:
  8386.  
  8387.    You are licensed to use this program on a single CPU or workstation. If
  8388.    you are running on a network, you are required to license a separate
  8389.    copy for each workstation or a file server license for each file server.
  8390.    If you are running on a multiuser operating system such as Concurrent
  8391.    DOS, you are required to license a copy for each workstation. Everyone
  8392.    who uses this menu, must license a copy unless several people share the
  8393.    same workstation.
  8394.  
  8395.    This software is licensed and not sold. The license begins when Computer
  8396.    Tyme receives payment in full. You may not transfer, sell, sublease or
  8397.    rent this software without the written consent of Computer Tyme. You are
  8398.    not allowed to distribute MarxMenu in runtime form with software you
  8399.    developed unless it is in combination with a paid for copy of MarxMenu,
  8400.    or you have made special arrangements in writing with Computer Tyme to
  8401.    do so.
  8402.  
  8403.    Use of this product constitutes your acceptance of the terms and
  8404.    conditions of this license and of my copyright and your agreement to
  8405.    abide by these terms and conditions.
  8406.  
  8407.    WARRANTY:
  8408.    WARRANTY:
  8409.    WARRANTY:
  8410.  
  8411.    The warranty is limited to the diskettes to be machine readable for a
  8412.    period of 30 days after purchase. Although we try hard to write perfect
  8413.    software that has no bugs, we do not guarantee that. We also do not
  8414.    guarantee that this product is fit for every purpose and we are not
  8415.    liable for any damages that might occur from use of this product. This
  8416.    agreement is governed by the laws of the State of Missouri.
  8417.  
  8418.  
  8419.  
  8420.    Computer Tyme MarxMenu Users Manual                     Page 2
  8421.    _______________________________________________________________
  8422.  
  8423.  
  8424.    ACKNOWLEDGMENTS:
  8425.    ACKNOWLEDGMENTS:
  8426.    ACKNOWLEDGMENTS:
  8427.  
  8428.    I would like to thank the following people for making this product
  8429.    possible:
  8430.  
  8431.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  8432.    for being good to me and helping with revisions and editing.
  8433.  
  8434.    The Computer Tyme staff for being the best employees in the world.
  8435.  
  8436.    Borland International for writing Turbo Pascal and keeping it bug free
  8437.    and well supported.
  8438.  
  8439.    TurboPower Software for their very powerful extensions to Turbo Pascal
  8440.    and their well written, well supported product.
  8441.  
  8442.    Semware for TEdit and QEdit, their full screen editors.
  8443.  
  8444.    All users who actually paid for this product so that we may continue to
  8445.    eat.
  8446.  
  8447.    Those of you who have pointed out bugs and made suggestions to improve
  8448.    our product.
  8449.  
  8450.    TRADEMARKS
  8451.    TRADEMARKS
  8452.    TRADEMARKS
  8453.  
  8454.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  8455.    are trademarks of Computer Tyme.
  8456.  
  8457.     QEdit and TEdit are trademarks of SemWare.
  8458.     Lotus is a registered trademark of Lotus Development.
  8459.     Wordstar is a registered trademark of MicroPro International.
  8460.     Smart Software is a trademark of Informix.
  8461.     MS-DOS is a trademark of Microsoft.
  8462.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  8463.     Turbo Pascal is a trademark of Borland International.
  8464.     OPRO and TPRO are trademarks of TurboPower Software.
  8465.     Netware and Novell are trademarks of Novell.
  8466.     DesqView and QEMM are trademarks of Quarterdeck.
  8467.     IBM and OS/2 are trademarks of International Business Machines.
  8468.  
  8469.     Created using Turbo Pascal
  8470.     Copyright 1983-90 by Borland International
  8471.  
  8472.    THE MARXMENU NAME
  8473.    THE MARXMENU NAME
  8474.    THE MARXMENU NAME
  8475.  
  8476.    When I first wrote this program my friends referred to it as Marc's
  8477.    Menu. The Names .................................  166
  8478.        -- Window .........................................  166
  8479.        -- WindowHeight ...................................  166
  8480.        -- WindowWidth ....................................  166
  8481.        -- WinX ...........................................  167
  8482.        -- WinY ...........................................  167
  8483.        -- Write ..........................................  167
  8484.        -- WriteCenter ....................................  167
  8485.        -- WriteFileBlock .................................  167
  8486. è       -- Writeln ........................................  167
  8487.        -- WriteTextFile ..................................  167
  8488.  
  8489.  
  8490.  
  8491.    Computer Tyme MarxMenu * Table of Contents              Page 15
  8492.    _______________________________________________________________
  8493.  
  8494.  
  8495.        -- WriteVertical ..................................  168
  8496.        -- Xor ............................................  168
  8497.        -- Year ...........................................  168
  8498.        -- YearOf .........................................  168
  8499.        String Constants ..................................  169
  8500.        Time and Date Constants ...........................  169
  8501.        Video Constants ...................................  170
  8502.        Color Constants ...................................  170
  8503.        Boolean Constants .................................  170
  8504.        Conditional Statements ............................  170
  8505.        Environment Variables used by MarxMenu ............  171
  8506.        Command Categories ................................  172
  8507.        -- Misc Commands ..................................  173
  8508.        -- Math Commands ..................................  173
  8509.        -- Float Commands .................................  174
  8510.        -- String Commands ................................  175
  8511.        -- Variable Commands ..............................  176
  8512.        -- Boolean Commands ...............................  176
  8513.        -- Array Commands .................................  177
  8514.        -- Memory Commands ................................  178
  8515.        -- Novell Commands ................................  178
  8516.        -- MSNet Commands .................................  180
  8517.        -- Vines Commands .................................  180
  8518.        -- Time Commands ..................................  181
  8519.        -- Execution Commands .............................  182
  8520.        -- Display Commands ...............................  182
  8521.        -- Color Commands .................................  184
  8522.        -- Environment Commands ...........................  184
  8523.        -- System Commands ................................  185
  8524.        -- File Commands ..................................  185
  8525.        -- Ansi Commands ..................................  186
  8526.        -- Printer Commands ...............................  186
  8527.        -- International Commands .........................  186
  8528.        -- DesqView Commands ..............................  187
  8529.        -- Conditional Commands ...........................  187
  8530.        -- Keyboard Commands ..............................  188
  8531.        -- MouseControl Commands ..........................  188
  8532.        -- Music Commands .................................  188
  8533.  
  8534.  
  8535.  
  8536.    Computer Tyme MarxMenu Users Manual                     Page 1
  8537.    _______________________________________________________________
  8538.  
  8539.  
  8540.    COPYRIGHT
  8541.    COPYRIGHT
  8542.    COPYRIGHT
  8543.  
  8544.    This manual is copyrighted material and all rights are reserved.
  8545.    MarxMenu is a programming language which describes to the computer what
  8546.    it is supposed to do. Even though some of the individual words in
  8547.    MarxMenu are used in other programming languages, I claim a copyright on
  8548.    the collection of words which make up the MarxMenu language. I therefore
  8549.    consider it an infringement of my CopyRight to create a software product
  8550.    which uses the MarxMenu language, or translates MarxMenu source code,
  8551.    without purchasing a license to do so.
  8552.  
  8553.    The combinations of definitions of commands in this manual constitute a
  8554.    copyrighted work. Any publication which describes a computer language
  8555.    for which the MarxMenu command set is a subset is a violation of the
  8556.    copyright of this software and this written manual.
  8557.  
  8558.    In other words, don't try to clone MarxMenu.
  8559.  
  8560.    LICENSE AGREEMENT:
  8561.    LICENSE AGREEMENT:
  8562.    LICENSE AGREEMENT:
  8563.  
  8564.    You are licensed to use this program on a single CPU or workstation. If
  8565.    you are running on a network, you are required to license a separate
  8566.    copy for each workstation or a file server license for each file server.
  8567.    If you are running on a multiuser operating system such as Concurrent
  8568.    DOS, you are required to license a copy for each workstation. Everyone
  8569.    who uses this menu, must license a copy unless several people share the
  8570.    same workstation.
  8571.  
  8572.    This software is licensed and not sold. The license begins when Computer
  8573.    Tyme receives payment in full. You may not transfer, sell, sublease or
  8574.    rent this software without the written consent of Computer Tyme. You are
  8575.    not allowed to distribute MarxMenu in runtime form with software you
  8576.    developed unless it is in combination with a paid for copy of MarxMenu,
  8577.    or you have made special arrangements in writing with Computer Tyme to
  8578.    do so.
  8579.  
  8580.    Use of this product constitutes your acceptance of the terms and
  8581.    conditions of this license and of my copyright and your agreement to
  8582.    abide by these terms and conditions.
  8583.  
  8584.    WARRANTY:
  8585.    WARRANTY:
  8586.    WARRANTY:
  8587.  
  8588.    The warranty is limited to the diskettes to be machine readable for a
  8589.    period of 30 days after purchase. Although we try hard to write perfect
  8590.    software that has no bugs, we do not guarantee that. We also do not
  8591.    guarantee that this product is fit for every purpose and we are not
  8592.    liable for any damages that might occur from use of this product. This
  8593.    agreement is governed by the laws of the State of Missouri.
  8594.  
  8595.  
  8596.  
  8597.    Computer Tyme MarxMenu Users Manual                     Page 2
  8598.    _______________________________________________________________
  8599.  
  8600.  
  8601.    ACKNOWLEDGMENTS:
  8602.    ACKNOWLEDGMENTS:
  8603.    ACKNOWLEDGMENTS:
  8604.  
  8605.    I would like to thank the following people for making this product
  8606.    possible:
  8607.  
  8608.    Joe Smith and Kevin Moore for helping write this manual. My wife Vicki
  8609.    for being good to me and helping with revisions and editing.
  8610.  
  8611.    The Computer Tyme staff for being the best employees in the world.
  8612.  
  8613.    Borland International for writing Turbo Pascal and keeping it bug free
  8614.    and well supported.
  8615.  
  8616.    TurboPower Software for their very powerful extensions to Turbo Pascal
  8617.    and their well written, well supported product.
  8618.  
  8619.    Semware for TEdit and QEdit, their full screen editors.
  8620.  
  8621.    All users who actually paid for this product so that we may continue to
  8622.    eat.
  8623.  
  8624.    Those of you who have pointed out bugs and made suggestions to improve
  8625.    our product.
  8626.  
  8627.    TRADEMARKS
  8628.    TRADEMARKS
  8629.    TRADEMARKS
  8630.  
  8631.    MarxMenu, DOS ToolBox, Directory Master, and The Network Survival Kit
  8632.    are trademarks of Computer Tyme.
  8633.  
  8634.     QEdit and TEdit are trademarks of SemWare.
  8635.     Lotus is a registered trademark of Lotus Development.
  8636.     Wordstar is a registered trademark of MicroPro International.
  8637.     Smart Software is a trademark of Informix.
  8638.     MS-DOS is a trademark of Microsoft.
  8639.     Concurrent DOS and DR-DOS are trademarks of Digital Research.
  8640.     Turbo Pascal is a trademark of Borland International.
  8641.     OPRO and TPRO are trademarks of TurboPower Software.
  8642.     Netware and Novell are trademarks of Novell.
  8643.     DesqView and QEMM are trademarks of Quarterdeck.
  8644.     IBM and OS/2 are trademarks of International Business Machines.
  8645.  
  8646.     Created using Turbo Pascal
  8647.     Copyright 1983-90 by Borland International
  8648.  
  8649.    THE MARXMENU NAME
  8650.    THE MARXMENU NAME
  8651.    THE MARXMENU NAME
  8652.  
  8653.    When I first wrote this program my friends referred to it as Marc's
  8654.    Menu. The Names .................................  166
  8655.        -- Window .........................................  166
  8656.        -- WindowHeight ...................................  166
  8657.        -- WindowWidth ....................................  166
  8658.        -- WinX ...........................................  167
  8659.        -- WinY ...........................................  167
  8660.        -- Write ..........................................  167
  8661.        -- WriteCenter ....................................  167
  8662.        -- WriteFileBlock .................................  167
  8663. è       -- Writeln ........................................  167
  8664.        -- WriteTextFile ..................................  167
  8665.  
  8666.  
  8667.  
  8668.    Computer Tyme MarxMenu * Table of Contents              Page 15
  8669.    _______________________________________________________________
  8670.  
  8671.  
  8672.        -- WriteVertical ..................................  168
  8673.        -- Xor ............................................  168
  8674.        -- Year ...........................................  168
  8675.        -- YearOf .........................................  168
  8676.        String Constants ..................................  169
  8677.        Time and Date Constants ...........................  169
  8678.        Video Constants ...................................  170
  8679.        Color Constants ...................................  170
  8680.        Boolean Constants .................................  170
  8681.        Conditional Statements ............................  170
  8682.        Environment Variables used by MarxMenu ............  171
  8683.        Command Categories ................................  172
  8684.        -- Misc Commands ..................................  173
  8685.        -- Math Commands ..................................  173
  8686.        -- Float Commands .................................  174
  8687.        -- String Commands ................................  175
  8688.        -- Variable Commands ..............................  176
  8689.        -- Boolean Commands ...............................  176
  8690.        -- Array Commands .................................  177
  8691.        -- Memory Commands ................................  178
  8692.        -- Novell Commands ................................  178
  8693.        -- MSNet Commands .................................  180
  8694.        -- Vines Commands .................................  180
  8695.        -- Time Commands ..................................  181
  8696.        -- Execution Commands .............................  182
  8697.        -- Display Commands ...............................  182
  8698.        -- Color Commands .................................  184
  8699.        -- Environment Commands ...........................  184
  8700.        -- System Commands ................................  185
  8701.        -- File Commands ..................................  185
  8702.        -- Ansi Commands ..................................  186
  8703.        -- Printer Commands ...............................  186
  8704.        -- International Commands .........................  186
  8705.        -- DesqView Commands ..............................  187
  8706.        -- Conditional Commands ...........................  187
  8707.        -- Keyboard Commands ..............................  188
  8708.        -- MouseControl Commands ..........................  188
  8709.        -- Music Commands .................................  188
  8710.  
  8711.  
  8712.  
  8713.    Computer Tyme MarxMenu Users Manual                     Page 1
  8714.    _______________________________________________________________
  8715.  
  8716.  
  8717.    COPYRIGHT
  8718.    COPYRIGHT
  8719.    COPYRIGHT
  8720.  
  8721.    This manual is copyrighted material and all rights are reserved.
  8722.    MarxMenu is a programming language which describes to the computer what
  8723.    it is supposed to do. Even though some of the individual words in
  8724.    MarxMenu are used in other programming languages, I claim a copyright on
  8725.    the collection of words which make up the MarxMenu language. I therefore
  8726.    consider it an infringement of my CopyRight to create a software product
  8727.    which uses the MarxMenu language, or translates MarxMenu source code,
  8728.    without purchasing a license to do so.
  8729.  
  8730.    The combinations of definitions of commands in this manual constitute a
  8731.    copyrighted work. Any publication which describes a computer language
  8732.    for which the MarxMenu command set is a subset is a violation of the
  8733.    copyright of this software and this written manual.
  8734.  
  8735.    In other words, don't try to clone MarxMenu.
  8736.  
  8737.    LICENSE AGREEMENT:
  8738.    LICENSE AGREEMENT:
  8739.    LICENSE AGREEMENT:
  8740.  
  8741.    You are licensed to use this program on a single CPU or workstation. If
  8742.    you are running on a network, you are required to license a separate
  8743.    copy for each workstation or a file server license for each file server.
  8744.    If you are running on a multiuser operating system such as Concurrent
  8745.    DOS, you are required to license a copy for each workstation. Everyone
  8746.    who uses this menu, must license a copy unless several people share the
  8747.    same workstation.
  8748.  
  8749.    This software is licensed and not sold. The license begins when Computer
  8750.    Tyme receives payment in full. You may not transfer, sell, sublease or
  8751.    rent this software without the written consent of Computer Tyme. You are
  8752.    not allowed to distribute MarxMenu in runtime form with software you
  8753.    developed unless it is in combination with a paid for copy of MarxMenu,
  8754.    or you have made special arrangements in writing with Computer Tyme to
  8755.    do so.
  8756.  
  8757.    Use of this product constitutes your acceptance of the terms and
  8758.    conditions of this license and of my copyright and your agreement to
  8759.    abide by these terms and conditions.
  8760.  
  8761.    WARRANTY:
  8762.    WARRANTY:
  8763.    WARRANTY:
  8764.  
  8765.    The warranty is limited to the diskettes to be machine readable for a
  8766.    period of 30 days after purchase. Although we try hard to write perfect
  8767.    software that has no bugs, we do not guarantee that. We also do not
  8768.    guarantee that this product is fit for every purpose and we are not
  8769.    liable for any damages that might occur from use of this product. This
  8770.    agreement is governed by the laws of the State of Missouri.
  8771.  
  8772.  
  8773.  
  8774.    Computer Tyme MarxMenu Users Manual                     Page 2
  8775.    _______________________________________________________________
  8776.  
  8777.  
  8778.    ACKNOWLEDGMENTS:
  8779.    ACKNOWLEDG